Thread terminatinos ?

2003-12-11 Thread Nasko
to be terminated 2) How can I be notified when a thread is destroyed so I can close the DB connection Thanks in advance. Regards, Nasko

Apache calls initialize module twice

2003-11-10 Thread Nasko
when run as a service initalize_module() is called twice. However when I debug in Visual C++ and call Apache2 with -X , initalize_module() is called only once Any ideas how to avoid the second call to initalize_module when I run as a service ? Thanks in advance, Nasko