Re: Nginx Module (I/O block)

2013-03-06 Thread Maxim Dounin
Hello! On Wed, Mar 06, 2013 at 12:01:44AM +0100, alexander_koch_log wrote: > On 02/10/2013 12:25 AM, Maxim Dounin wrote: > >Hello! > > > >On Sat, Feb 09, 2013 at 04:41:54PM +0100, alexander_koch_log wrote: > > > >>It is not clear to me how to avoid blocking the nginx reactor loop > >>when creatin

Re: Nginx Module (I/O block)

2013-03-06 Thread alexander_koch_log
Hi, On 03/06/2013 01:50 PM, Maxim Dounin wrote: Hello! When sending an in-file buffer, is it still possible to have the read stop when a special byte char is read like \xFF even though the provided bytes to read are larger? As e.g. with sendfile used file's data is never available in user memo