Hi All. My virgin posting to the list.
I have an xmlrpc server set up, and it receives big chunks of data via remote calls. Because the call handling is multithreaded, I can receive more calls than I can really handle. The memory usage goes up until I eventually run out of memory. How can I guard against this? Is there a way to get the server to serialize its requests instead of running them in parallel? Thanks! -Kenny
