Re: Generic questions - increase performance

2016-04-13 Thread Shawn Heisey
On 4/13/2016 1:50 AM, Bastien Latard - MDPI AG wrote: > From this source > , I read: > "Each incoming request requires a thread [...] If still more > simultaneous requests (more than maxThreads) are received, they are > stacked up inside th

Generic questions - increase performance

2016-04-13 Thread Bastien Latard - MDPI AG
Dear Folks, :-) From this source , I read: "Each incoming request requires a thread [...] If still more simultaneous requests (more than maxThreads) are received, they are stacked up inside the server socket" I have a couple of gener