Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

apache php gd worker MPM

Status
Not open for further replies.

csgonan

MIS
May 2, 2007
118
US
I am trying to see whether to use worker or prefork with apache on my Solaris 10 server. One post said to set ulimit with worker but I was also told to set it for prefork (not worker) or I will run out of memory.

When I issue prstat I see using 21% and growing and my average is 48M.

5163 www 47M 30M sleep 59 0 0:00:43 0.0% httpd/2

Does ulimit apply to worker or prefork?

I'm using php and their own site says to use prefork but others say to use FastCGI with work.

I know this is a php item, but GD is build into php and some research says gd isn't thread-safe.

Any input would be appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top