Php TS ve NTS

Php’nin web server(Apache) ile arka planda bütünleşmesi için Load Module yönteminde; apache servera doğrudan yüklendiğinden php derlemesi güvenli iş parçacığı olmalı.

Php, FastCGI yöntemiyle web server(Apache,IIS)’a dahil olduğunda Non-thread-safe derlemesi kullanılabilir.

Özetle
Apache + LoadModule: thread-safe
Apache + FastCGI: Non-thread-safe
IIS: thread-safe
IIS + FastCGI: Non-thread-safe

Yukarıdaki durumlara göre Thread Safe ve Non Thread Safe Seçimi yap.

Konu anlaşıldıysa o zaman şöyle buyurun.

Bir cevap yazın: