I need to verify for my boss that PHP is not single-threaded like CGI because we're developing an internet-based application that will potentially handle MANY simultaneous hits (to a database/php3 files, etc). Isn't it true that PHP is multi-threade when compiled as an Apache module (otherwise what would be the point of using php with multithreaded databases like postgreSQL?) Someone please confirm this for me!!
thanks,
amelia