Multi-threaded FCGI

Hey guys,

How do you think, couldn’t be better to support RT with multithreaded FCGI for faster responses?
I’ve got 4 CPU here and I would like to load them all.

Hey guys,

How do you think, couldn’t be better to support RT with multithreaded FCGI for faster responses?
I’ve got 4 CPU here and I would like to load them all.

I believe you just want to make sure you have multiple fastcgi
children. There’s no need to deal with all the perils of multi-threading
there.