How can I run Zoo on IIS multi-thread
2 posts
• Page 1 of 1
How can I run Zoo on IIS multi-thread
I found out that Zoo on IIS is not running multi-thread.
For one exe can be only one request and for parallel run we need many exe,
which is very unefficient. Does anybody know how we can run it multithread?
For one exe can be only one request and for parallel run we need many exe,
which is very unefficient. Does anybody know how we can run it multithread?
Re: How can I run Zoo on IIS multi-thread
This totally depends on backend and connection used. For example FastCGI protocol is synchronous by design and yes, all FastCGI backends can only run one request at a time (this is not a limitation of Zoo but limitation of protocol itself). Other engines support HTTP backend and can run many requests at a time. Node.js, Java, Erlang and ColdFusion engines run asynchronous by default. Ruby, Perl and Python engines can run asynchronous when switched to HTTP engine and when correct backend is used. PHP is the only engine that runs synchronously on Windows at the moment.
2 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 0 guests