2009/5/22 Damjan <[email protected]>: > >> > Doesn't Apache already have something like that that you could reuse? >> >> No. > > I was thinking about something like these Thread Pool routines in APR- > UTIL > http://apr.apache.org/docs/apr-util/1.3/group___a_p_r___util___t_p.html > > I thought you were using those.. > > but I know very little C and even less about apr/apr-util, so maybe > those are just unusable crap
Hmmm, didn't even know about those. Only added in apr-util 1.3, which mostly rules it out as still have to deal with systems which much older apr-util than that. Ie., Apache 2.0 still uses apr-util 0.9. Doesn't mean I cant see how it is implemented in those routines and do something similar if I needed to. Thanks for pointing that one out. Graham --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
