Regarding Multithreading in apache modules

2009-02-13 Thread Pooja Maheshwari
Hi all, Is it possible to use multithreading in apache modules written in C? As I searched, apr_thread_proc provides process thread management functions. Does it come as part of Apache 2.2? Thanks, Pooja * Meet us at Hall 2/Booth 2C111 at the Mobile World

Re: Regarding Multithreading in apache modules

2009-02-13 Thread Sorin Manolache
On Fri, Feb 13, 2009 at 11:33, Pooja Maheshwari pooja.maheshw...@impetus.co.in wrote: Hi all, Is it possible to use multithreading in apache modules written in C? Yes. As I searched, apr_thread_proc provides process thread management functions. Does it come as part of Apache 2.2? Yes.

Re: Regarding Multithreading in apache modules

2009-02-13 Thread Sorin Manolache
On Fri, Feb 13, 2009 at 11:59, Pooja Maheshwari pooja.maheshw...@impetus.co.in wrote: Hi Sorin, Thanks for the prompt response. So is it possible to create new threads and do my custom tasks in parallel? Do you have any useful pointers to working with apr_thread_proc? I have a doubt that