Apache Thread Creation/Destroy Problem

2007-06-14 Thread Croteau, Beau
I'm running the following code inside of an apache module: apr_thread_t *thd_arr; apr_pool_create(ai-mp, NULL); apr_threadattr_t *thd_attr; apr_threadattr_create(thd_attr, (ai-mp)); apr_threadattr_detach_set(thd_attr,1); apr_thread_create(thd_arr, thd_attr, ExecuteAction, ai, ai-mp);

Re: Apache Thread Creation/Destroy Problem

2007-06-14 Thread Nick Kew
On Thu, 14 Jun 2007 11:15:41 -0400 Croteau, Beau [EMAIL PROTECTED] wrote: I'm running the following code inside of an apache module: You keep asking the same thing, but we need more information to say anything useful. [14:29] crobe03 Does anybody have any idea why thread handles would be

Case insensitive file systems and caching mechanisms.

2007-06-14 Thread Graham Dumpleton
On Windows where a case insensitive, but case preserving file system is used, my understanding is that one can use the APR_FILEPATH_TRUENAME option to apr_filepath_merge() to convert a file system path into one which has case set to the actual values. Ie., documentation says: /** Resolve the