I'm having problems with my app apparently throwing errors and eventually Apache itself becoming unresponsive. I'm running on Windows with Python 2.6. The (hopefully relevant) part of the error ticket is below (I usually can't view them through the admin app, but maybe that's a separate issue<https://groups.google.com/forum/#%21searchin/web2py/ticket$20error/web2py/SdHfv7znZN0/EFfsOdTWHV0J>). Any ideas what would be causing the nIOError? The app does do ajax calls and the problem cropped up when we added more clients, but in this case "more" is rather relative - going from 3 to 10 computers and peak load is really probably only in the dozens of requests a minute.
sssS'traceback' p2890 S'Traceback (most recent call last):\n File "C:\\vantage_dashboard\\xampp\\web2py\\gluon\\main.py", line 447, in wsgibase\n parse_get_post_vars(request, environ)\n File "C:\\vantage_dashboard\\xampp\\web2py\\gluon\\main.py", line 275, in parse_get_post_vars\n request.body = copystream_progress(request) ### stores request body\n File "C:\\vantage_dashboard\\xampp\\web2py\\gluon\\main.py", line 143, in copystream_progress\n copystream(source, dest, size, chunk_size)\n File "C:\\vantage_dashboard\\xampp\\web2py\\gluon\\fileutils.py", line 374, in copystream\n data = src.read(size)\nIOError: request data read error\n' p2891 s.

