Gregory (Grisha) Trubetskoy
grisha at modpython.org
Thu Jun 7 11:26:16 EST 2001
Problems such as: Cannot load /usr/lib/apache/mod_python.so into server: undefined symbol: pthread_create Grisha On 7 Jun 2001 piet at cs.uu.nl wrote: > >>>>> "Gregory (Grisha) Trubetskoy" <grisha at modpython.org> (GT) writes: > > GT> When you compiled Python, you should have seen a warning about threads. > GT> Apache uses no threads, whereas most default Python installations do. > GT> Unfortunately, on some systems this makes mod_python and Apache > GT> incompatible. > > What kind of problems could this give? If Apache is not using threads and > your scripts don't create threads, there should only be one thread even in > a python with threads. So I can't see what problems this could cause. > -- > Piet van Oostrum <piet at cs.uu.nl> > URL: http://www.cs.uu.nl/~piet [PGP] > Private email: P.van.Oostrum at hccnet.nl > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://www.modpython.org/mailman/listinfo/mod_python >
|