[Seaside] Is Seaside responsive to other users while it serves one user? Esp. during Fileupload?

Philippe Marschall philippe.marschall at gmail.com
Thu May 10 14:09:44 UTC 2012


On Thu, May 10, 2012 at 3:58 PM, Helene Bilbo
<thereluctantprogrammer at fastmail.fm> wrote:
> Hi,
>
> if i allow uploading files, and someones upload takes lets say 10 minutes -
> when somebody else tries to connect to my seaside application during this 10
> minutes, does it respond? ...

It should, in theory. Specifics depend on the platform. A gem can
handle only one request at a time, but you can have several gems.

> Or can it serve only one user at a time?

The same session can only be accessed at a time.

Cheers
Philippe


More information about the seaside mailing list