From: alexander s. <al...@an...> - 2004-05-28 18:44:20
|
jws...@ra... wrote, at 28.05.2004 20:30: > I'm considering using mod_python + spyce + sqlobject, but mod_python > apparently needs to have python built without threading. Is that a > deal-breaker for SO? AFAIK mod_python v3 can use threaded python. you just need to load the threads library in apache if it was built without threads. on FreeBSD, this is done by adding the following lines to /usr/local/sbin/envvars: LD_PRELOAD=/usr/lib/libc_r.so # or libpthread.so export LD_PRELOAD best wishes, alex. |