Alright, this has been bothering me for a while now...
I have two AirSight XX41As that have so much lag (both developed at the same time, both lagging with similar speeds). I know it's not the router, because I can serve some of the same files off of a server I have with lightning speed. Whereas the cameras have a hard time serving static resources. I'm also curious if anyone can tell me about the load capacities of these cameras. How many streams can the camera support while still keeping some sort of fluidity about it.
Here are some statistics from fiddler of a test I just did. I requested the English String file (string.js) from each camera and my server, and here's what I got.
ACTUAL PERFORMANCE (of Camera 1)
--------------
ClientConnected: 20:37:29.060
ClientBeginRequest: 20:37:29.063
GotRequestHeaders: 20:37:29.063
ClientDoneRequest: 20:37:29.063
Determine Gateway: 0ms
DNS Lookup: 0ms
TCP/IP Connect: 160ms
HTTPS Handshake: 0ms
ServerConnected: 20:37:29.224
FiddlerBeginRequest: 20:37:29.224
ServerGotRequest: 20:37:29.224
ServerBeginResponse: 20:37:46.168
GotResponseHeaders: 20:37:46.168
ServerDoneResponse: 20:37:50.226
ClientBeginResponse: 20:37:50.226
ClientDoneResponse: 20:37:50.226
Overall Elapsed: 0:00:21.162
ACTUAL PERFORMANCE (of Camera 2)
--------------
ClientConnected: 20:54:24.495
ClientBeginRequest: 20:54:24.495
GotRequestHeaders: 20:54:24.495
ClientDoneRequest: 20:54:24.495
Determine Gateway: 0ms
DNS Lookup: 0ms
TCP/IP Connect: 165ms
HTTPS Handshake: 0ms
ServerConnected: 20:54:24.660
FiddlerBeginRequest: 20:54:24.660
ServerGotRequest: 20:54:24.660
ServerBeginResponse: 20:54:49.587
GotResponseHeaders: 20:54:49.587
ServerDoneResponse: 20:54:50.915
ClientBeginResponse: 20:54:50.916
ClientDoneResponse: 20:54:50.916
Overall Elapsed: 0:00:26.420
ACTUAL PERFORMANCE (from my server running Apache 2.2)
--------------
ClientConnected: 20:54:32.013
ClientBeginRequest: 20:54:32.013
GotRequestHeaders: 20:54:32.013
ClientDoneRequest: 20:54:32.013
Determine Gateway: 0ms
DNS Lookup: 0ms
TCP/IP Connect: 14ms
HTTPS Handshake: 0ms
ServerConnected: 20:54:32.028
FiddlerBeginRequest: 20:54:32.028
ServerGotRequest: 20:54:32.028
ServerBeginResponse: 20:54:32.091
GotResponseHeaders: 20:54:32.091
ServerDoneResponse: 20:54:32.339
ClientBeginResponse: 20:54:32.339
ClientDoneResponse: 20:54:32.339
Overall Elapsed: 0:00:00.326
As you can see, it seems like the Cameras seem to have a problem reading their memory... the time it takes from when it gets the request to when it starts a response is disappointingly long. Camera 1 was wired into a gigabit switch at the time of the test, so it's not the wireless's fault. I know quite a bit about technology and computers, so don't be afraid to throw technical words at me. I hope to get this resolved very soon. It's really irritating me.
Thank you for any help you can provide.
~Jack