Hi Oleg > If you do not want to support request pipelining, simply disable input > while processing an incoming message: disable input events immediately > after having received a complete incoming request by calling > IOControl#suspendInput(), process the request, generate a response, > write it out, and finally re-enable input events when ready to receive > another request by calling IOControl#requestInput(). > I assumed this too.. but was wondering that if requests were really pipelined (say as a series of GETs), it would be too late to suspendInput while processing the first request - I guess I was wrong, and the above will work as expected..
thanks asankha --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
