Philippe M . Chiasson wrote: > Right on all counts Stas... > > Only unresolved issue left is the malloc stuff.... > > I just't can't figure out how to get my hands on an apr_pool at this time. > I agree, using malloc if _bad_ , just tell me where can I get a pool from?
There are 2 places malloc is used in mod_perl c files. I don't know if it's correct or not. Using a string of predefined length? not very scalable... could also remove the const() from the args and modify the 'name' variable, since it always shrinks, but it's probably a bad idea. Doug hasn't said yet what's his position for using malloc... _____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
