Why is php-fpm /php-cgi blocking concurrent requests?

Asked by Axel H.

Since the bug was rejected with the comment "fpm isn't maintained here ...", I did some research. Maybe this will help someone ...

The problem only occurs when a session is started with the default save handler (files). This will block requests with the same session until the first request has finished due to file locking.
To allow concurrent requests use a non-blocking save handler like memcache(d).

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu php5 Edit question
Assignee:
No assignee Edit question
Solved by:
Axel H.
Solved:
Last query:
Last reply:
Revision history for this message
Axel H. (staff-pro-unreal) said :
#1

See description above