Hello,
I developped an apache module which send small data coming from file.
A client request from file through a Get request and data are sent with block
size equals to 100KB.
One 100KB buffer is allocated in the pool, then each buffer are used to create
one bucket that will be sent just after
2011/3/30 Ben Noordhuis :
> On Wed, Mar 30, 2011 at 16:25, Ignaz Birnstingl wrote:
>> we are trying to develop a proprietary (i.e. closed-source, binary-shipped)
>> Apache module and have run into troubles with binary incompatibilities
>> because of APR_HAS_LARGE_FILES being either 0 or 1. I have
On Thu, Mar 31, 2011 at 14:32, Niko Goutte wrote:
>
> Hello,
>
> I developped an apache module which send small data coming from file.
> A client request from file through a Get request and data are sent with block
> size equals to 100KB.
> One 100KB buffer is allocated in the pool, then each buff
> Date: Thu, 31 Mar 2011 15:01:48 +0200
> Subject: Re: cpu 100%
> From: [email protected]
> To: [email protected]
>
> On Thu, Mar 31, 2011 at 14:32, Niko Goutte wrote:
> >
> > Hello,
> >
> > I developped an apache module which send small data coming from file.
> > A client request from