The worker tag has no wiki summary.
-2
votes
1answer
45 views
Small Worker Hardware [closed]
I have a somewhat unique computer requirement and I'm wondering if someone can make a hardware recommendation. I'm developing a CRUD app that requires constant updates from a worker computer. The ...
0
votes
1answer
87 views
How to get PHP running on Apache2 MPM Worker?
I am setting up apache and php on a virtual remote server.
I want to use MPM Worker instead of prefork because I had troubles with ram-useage of prefork in the last month and because I did read that ...
0
votes
1answer
55 views
Apache prefork vs. workder - what is wrong with my settings?
I have installed PHP as an Apache module. I have had prefork running all this while. I've read that worker would consume less memory while offer higher performance]1. So, I've edited ...
1
vote
2answers
285 views
Apache worker is crashing after 3.000 users
I activated Apache Worker on my VPS and I'm having problems, 'cause the website is crashing when 3000 users are accessing the website.
I'm using http://whos.amung.us/stats/2jzwlvbhvpft/ as counter.
...
0
votes
2answers
2k views
How do I change from prefork to worker mpm on Redhat Linux 64bit?
How do I change from the prefork to worker mpm on Redhat Linux 64bit.
/bin/httpd -l
Compiled in modules:
core.c
mod_access.c
mod_auth.c
mod_include.c
mod_log_config.c
mod_env.c
...
-3
votes
1answer
98 views
Apache optimization needed [closed]
What is the best values for "worker" if you have very very high traffic? Like 500M page views per day?
I want to test my server with that much traffic but how can i setup to handle that much traffic ...
0
votes
1answer
394 views
Custom “workers” error on Nginx?
i'm having some problems with nginx.
I think it's easy to solve, but i'm extremely newbie in nginx, so:
When worker_connections reach limit, nginx return a 500 internal server error. I want to ...
0
votes
1answer
248 views
Mpm worker configured with StartServers 1 gives 2 processes
This Apache 2.2 configuration
<IfModule mpm_worker_module>
StartServers 1
ServerLimit 1
MaxClients 60
MinSpareThreads 25
MaxSpareThreads ...
1
vote
1answer
282 views
Sessions different on FCGI or mod_php?
I have a cluster of webservers running on apache-php (with prefork). I'm planning to move from prefork to worker (fcgi). The problem is that I cannot move all servers at once so for a short period of ...
1
vote
1answer
211 views
Passing parameters to a Gearman worker
I've been looking into Gearman lately and I'm trying to figure out how I can pass a parameter to a Gearman worker that is started on the command line.
E.g. I can start a Gearman worker who's job it ...
0
votes
1answer
647 views
Mindtouch with fcgid - Fast CGI apache worker thread
Anyone got Dekiwiki / Mindtouch running with fcgid-module? I get 504 and 500 all the time.
mod_fcgid: can't apply process slot for /var/www/html/dekiwiki/index.php
[Tue Dec 28 06:14:03 2010] [warn] ...
3
votes
1answer
3k views
what does apache (busy workers , idle workers) means?
what is the meaning of Apache busy workers and idle workers? how the statistic of them help me to figure out performance problem with my server?
1
vote
1answer
102 views
Apache2 Worker Starting Tons of Processes
I am installed apache2-mpm-worker and left all config files default (I've never touched them much).
Is it normal that when I restart apache there is at least 20 apache processes starting? Shouldn't ...
