How can I run Zoo on IIS multi-thread

Repository of web frameworks and applications for Microsoft IIS.
User avatar
Posts: 1
Joined: 17 Jun 2015, 16:52

How can I run Zoo on IIS multi-thread

17 Jun 2015, 16:57

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?

User avatar
Posts: 402
Joined: 06 Mar 2012, 11:59

Re: How can I run Zoo on IIS multi-thread

18 Jun 2015, 08:22

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.

Return to Helicon Zoo

Who is online

Users browsing this forum: No registered users and 27 guests