I have a general question about a program that is running on a wired network: I have a WinForms app which is written in C# using .NET 2.0 CLR. It runs acceptably when run on the local machine, slightly slower when run on a wired network and noticeably slower when run on a wireless network. The wireless network speed is about 4-5 times slower than the wired network.
Now, the program does access a database, which is SQLite. It does simple reads of data, nothing complex.
Are there any things that could be done to improve the speed on a wireless network?
Thanks
Mike
Now, the program does access a database, which is SQLite. It does simple reads of data, nothing complex.
Are there any things that could be done to improve the speed on a wireless network?
Thanks
Mike