Hi again,
No answers to this post.
Now i have more questions about fcgihandler and the fcgi.py file.
Fcgihandler is supposed to call fcgi.py. How can i be sure the pyc is the one been used?
is there a way to speed up or compile this libraries like pypy or something?
2019-10-28 12:12:56: (mod_fastcgi.c.1642) released proc: pid: 0 socket: unix:/tmp/fcgi.sock load: 78
2019-10-28 12:12:56: (mod_fastcgi.c.1642) released proc: pid: 0 socket: unix:/tmp/fcgi.sock load: 77
2019-10-28 12:12:56: (mod_fastcgi.c.1642) released proc: pid: 0 socket: unix:/tmp/fcgi.sock load: 76
2019-10-28 12:12:56: (mod_fastcgi.c.1642) released proc: pid: 0 socket: unix:/tmp/fcgi.sock load: 75
2019-10-28 12:12:56: (mod_fastcgi.c.1642) released proc: pid: 0 socket: unix:/tmp/fcgi.sock load: 74
2019-10-28 12:12:56: (mod_fastcgi.c.1642) released proc: pid: 0 socket: unix:/tmp/fcgi.sock load: 73
2019-10-28 12:12:56: (mod_fastcgi.c.1642) released proc: pid: 0 socket: unix:/tmp/fcgi.sock load: 72
2019-10-28 12:12:56: (mod_fastcgi.c.1642) released proc: pid: 0 socket: unix:/tmp/fcgi.sock load: 71
2019-10-28 12:12:56: (mod_fastcgi.c.1642) released proc: pid: 0 socket: unix:/tmp/fcgi.sock load: 70
How i do balance the fcgihandler between the lighttpd workers?
Cheers,