by snetrabile » 12 Mar 2008, 11:27
>It is quite simple, the images as strings are loaded when the execuatble starts up. The error thrown hapens only on load conditions like more than 300 requests/sec.
Sanjay,
When your computational and storage resources are limited, then inevitably there also has to be a limit for how high the request frequency can go. Shortly, I'd diagnose your error as a DOS, not POCO related problem. You may try to play with TCPServerParams::_maxThreads property, but some form of load balancing (currently out of POCO scope of supply) is how these things are usually handled.
Alex