http://dan.drydog.com/apache2php.html

Multi-Processing Module (MPM): don't use multi-threading MPMs MPMs is how Apache 2 handles multiple web server requests. That is, with multiple processes or multiple threads or some combination. For now, on Linux (and even UNIX) you should only use the (default) prefork module with PHP. This is specified at compile time. Other MPM modules (any involving threaes) break PHP. This is partly because PHP uses a great number of external libraries, and many or most of them are not thread-safe or thread-aware. In any case, Linux 2.4 doesn't handle threads efficiently yet--multiple processes are better (this changes with Linux 2.6, or RedHat 9 with 2.6 threads backported to Linux 2.4). acemi nix writes:
merhaba
apache 2.2 install dosyasında
----------------------
* If you are building on FreeBSD, be aware that threads will
              be disabled and the prefork MPM will be used by default,
              as threads do not work well with Apache on FreeBSD.  If
              you wish to try a threaded Apache on FreeBSD anyway, use
              "./configure --enable-threads".
---------------------
yazıyor.  freebsd için thread neden önerilmiyor. ve bu nelere yol açar.
fikirleriniz için şimdiden teşekkürler.



-----------------------
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
*******************************************************
AcikAcademy published a Turkish TCP/IP Book
Acik Akademi'nin yeni kitabini duydunuz mu?
http://www.acikakademi.com/catalog/tcpip/

Life is trouble.. Only Death is not!
-Alexis Zorba

---------------------------------------------------------------------
Cikmak icin, e-mail: [EMAIL PROTECTED]
Liste arsivi: http://lists.enderunix.org
Turkiye'nin ilk FreeBSD kitabi: http://www.acikakademi.com/freebsd.php


Cevap