cpu 100%

2011-03-31 Thread Niko Goutte
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

Re: Handling APR_HAS_LARGE_FILES

2011-03-31 Thread Ignaz Birnstingl
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

Re: cpu 100%

2011-03-31 Thread Sorin Manolache
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

RE: cpu 100%

2011-03-31 Thread Niko Goutte
> 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