On Wed, Apr 16, 2008 at 5:23 PM,  roseyaxkit wrote:
>  Yes, one thing at a time. So, if you have something that takes a long time
> to complete, no other clients will be served or indeed be able to connect.
> However, with asynch IO (AIO) enabled, most stuff is _very_ fast.
>  With AIO you can asynch fds, sockets, file handles etc. This is fine for
>  static files and even xslt, the problem is with anything that isn't
>  asynchable. I had that problem with my app. The app had to go to a database
> for every request. This is fine for most requests, but you only need one
> slow request to break it. So, what I have is an axkit2 front end that sends
> requests to a perl rpc server (Net::Server).

Cool. Thanks a lot for that. Depending how fast '_very_ fast' is I
might go for the Net::Server solution too.

In any case, it's a pleasure to play with AxKit2 - it's a really nice
piece of software.

Martijn.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to