> Does python support threads safely along with Apache 2.0 in web > applications. Are you talking about mod_python? If so, then yes. But note that Apache threads entering the python interpreter (via mod_python) will be serialized on the GIL. -- damjan