General question

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

General question

Claus Kick
Hello everyone,

there is something I have not yet found the answer to somewhere but that
piques my curiousity: How is Seaside handling multiple requests?

One other thing which is of interest to me:
How does Seaside work together with Apache? Is there a suitable howto
for this?

Cheers,

Claus
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: General question

Esteban A. Maringolo
On Nov 12, 2007 3:54 PM, Claus Kick <[hidden email]> wrote:
> Hello everyone,
>
> there is something I have not yet found the answer to somewhere but that
> piques my curiousity: How is Seaside handling multiple requests?

What do you mean by "multiple requests"?
If what you talk about _concurrent_ requests, in Swazoo every
connection has it's own process.
And every single Seaside session has a mutex for handling the requests, AFAIK.

Regards,

--
Esteban A. Maringolo
[hidden email]
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: General question

Claus Kick
Esteban A. Maringolo wrote:

> On Nov 12, 2007 3:54 PM, Claus Kick <[hidden email]> wrote:
>
>>Hello everyone,
>>
>>there is something I have not yet found the answer to somewhere but that
>>piques my curiousity: How is Seaside handling multiple requests?
>
>
> What do you mean by "multiple requests"?
> If what you talk about _concurrent_ requests, in Swazoo every
> connection has it's own process.

Okay, so if you specify 5 concurrent (indeed, that was the word I was
looking for) requests, you have 5 Swazoo processes running (basically,
like apache)?


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: General question

Richard Eng
In reply to this post by Claus Kick
This might help:

http://open-sourcerer.blogspot.com/

Richard

-----
One other thing which is of interest to me:
How does Seaside work together with Apache? Is there a suitable howto
for this?

Cheers,

Claus


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside