Re: SMS Factory Re: cvs commit: apr/memory/unix apr_sms_threads.c Makefile.in

2001-07-19 Thread Luke Kenneth Casson Leighton
On Thu, Jul 12, 2001 at 11:19:44AM -0700, Ian Holsman wrote: > would it be usefull to have some kind of > 'sms_factory' which you could call > either with a identifier, or better yet, a set of capabilities it > requires from the SMS > (manysmallallocs, realeaseatend ) or ( bigallocs,tracking) [*d

SMS Factory Re: cvs commit: apr/memory/unix apr_sms_threads.c Makefile.in

2001-07-12 Thread Ian Holsman
would it be usefull to have some kind of 'sms_factory' which you could call either with a identifier, or better yet, a set of capabilities it requires from the SMS (manysmallallocs, realeaseatend ) or ( bigallocs,tracking) which could then give you the best match for your environment? so for exa