09-12-05 10:52 PM
Well, it depends :
#if(defined(WITH_THREAD) && APR_HAS_THREADS)
#define MOD_PYTHON_WITH_THREAD_SUPPORT 1
#else
#define MOD_PYTHON_WITH_THREAD_SUPPORT 0
#endif
It's not only a matter of Python supporting threads, we must also have a
thread-enabled APR. So that's the reason for the weird name I chose. But I
don't mind changing it !
Regards,
Nicolas
2005/9/12, Gregory (Grisha) Trubetskoy <grisha@apache.org>:
>
>
> Shouldn't that be PYTHON_WITH_THREAD rather than MOD_PYTHON_WITH_THREAD?
>
> Grisha
>
> On Mon, 12 Sep 2005, Nicolas Lehuen wrote:
>
> MOD_PYTHON_WITH_THREAD_SUPPORT
> the
> great.
> var
> great
> the
> Apache
> simple
> I
> apr_thread_mutex_create(& interpreters_lock,APR_THREAD_MUTEX_UNNES
TED,p);
>
[ Post a follow-up to this message ]
|