* Tim Starling <[email protected]> [Sat, 15 Aug 2009 11:36:43 +1000]: > I think if you spent half as much time reading the PHP manual as > posting clueless questions to this list, you would know that neither > of the first two options can work. Namespaces because even if we did > use them, the different versions would necessarily be in the same > namespace, and threads because PHP does not have them (despite > appearances to the contrary noted by Dmitriy Sintsov). > Sorry but I never noted that PHP has built-in support for threading. I've just pointed out that it's not thread-safe at the system level (system threads, used by Apache threading MPM). Languages like Python or Java have their own threading management. http://httpd.apache.org/docs/2.0/en/new_features_2_0.html "On Unix systems with POSIX threads support, Apache can now run in a hybrid multiprocess, multithreaded mode. This improves scalability for many, but not all configurations." Dmitriy
_______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
