Java Mailing List Archive

http://www.apache-httpd.com/

Home » users.httpd »

[users@httpd] Issue with APR APIs

Pravesh Rai

2010-09-01

Replies: Find Java Web Hosting

Author LoginPost Reply
Hi,
 
Observed that, if we use following set of functions:

subrequest = ap_sub_req_lookup_uri( webapp->sChpUrl, r, r->output_filters );
ap_run_sub_req( subrequest );
ap_rflush( subrequest );
ap_destroy_sub_req( subrequest );

in a thread [using CreateThread() on Windows OS], every execution of these, left some Private Bytes consumed. i.e. Memory Leaks. Do anybody has any clue on this ?
 
Thanks,
PR
©2008 apache-httpd.com - Jax Systems, LLC, U.S.A.