Mladen Turk wrote: > I would like to make a poll (something non-obligatory as a vote) about > using apr/apr-util inside the jk2. The reason is quite simple, we have > lots of extra code that we either duplicate or just mimic. Since the APR > is already default for Apache2 and IIS, IMO there is no reason to keep > and maintain the 'old pre-apr' code. > > I would like to use the APR for every API supported. Meaning memory > pools (we have a serious memory leak problem with i_r2 just using > different pool), file i/o, etc... > Of course that would mean switching to the apr socket too. > > So... > > 1. Keep the status quos > > 2. Use the APR for memory pool management > > 3. Use the APR for file i/o > > 4. Use the APR for network i/o > > 5. Use the APR for shared memory (never been able to use that without > APR) > > 6. Use the APR for threads (well, that's the only way to use it at all) >
+1 on using apr/apr-util - but I would preffer doing so for jk2.1. Let's tag/branch the workspace as jk2.0, with the current code ( as beta level ), at the moment 4.1 is released. It is stable and works. Imediately after we start on the main branch with the removal of the old code, and use the APR version. That was the original plan anyway (AFAIK). Costin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>