Email link and seaside workers

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

Email link and seaside workers

Sebastian Sastre-2
Hi there,

        has anybody faced a situation in which you have 4 balanced seaside
workers (sticky session and all that balancer stuff) and is able to send a
continuation secure link that will make the user to reach the right session on
the right seaside worker?

        Should be added a var beside _s and _k? like _w for the worker
dissambiguation? Who and how will disambiguate that?

        thanks,

Sebastian Sastre

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

Re: Email link and seaside workers

Boris Popov, DeepCove Labs (SNN)
Re: [Seaside] Email link and seaside workers

That would be load balancers work, but of course the more reliable way to do this would be to persist the state you are linking instead of using continuations, who knows if that worker will even be available 2 min from now, you can't assume that it will.

Cheers!

-Boris (via BlackBerry)

----- Original Message -----
From: [hidden email] <[hidden email]>
To: 'Seaside - general discussion' <[hidden email]>
Sent: Mon Jun 02 17:17:15 2008
Subject: [Seaside] Email link and seaside workers

Hi there,

        has anybody faced a situation in which you have 4 balanced seaside
workers (sticky session and all that balancer stuff) and is able to send a
continuation secure link that will make the user to reach the right session on
the right seaside worker?

        Should be added a var beside _s and _k? like _w for the worker
dissambiguation? Who and how will disambiguate that?

        thanks,

Sebastian Sastre

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


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

RE: Email link and seaside workers

Sebastian Sastre-2
 Re: [Seaside] Email link and seaside workers
Totally agree. In fact that go to be my second question because workers may restart or the server itself may restart in the middle of the email send and the click of the link. So the convenience of sending the continuation link by email lost most of its value for real world. Persistence of state is the way to go
   
    thanks Boris,
 

Sebastian Sastre

 


De: [hidden email] [mailto:[hidden email]] En nombre de Boris Popov
Enviado el: Lunes, 02 de Junio de 2008 23:10
Para: [hidden email]
Asunto: Re: [Seaside] Email link and seaside workers

That would be load balancers work, but of course the more reliable way to do this would be to persist the state you are linking instead of using continuations, who knows if that worker will even be available 2 min from now, you can't assume that it will.

Cheers!

-Boris (via BlackBerry)

----- Original Message -----
From: [hidden email] <[hidden email]>
To: 'Seaside - general discussion' <[hidden email]>
Sent: Mon Jun 02 17:17:15 2008
Subject: [Seaside] Email link and seaside workers

Hi there,

        has anybody faced a situation in which you have 4 balanced seaside
workers (sticky session and all that balancer stuff) and is able to send a
continuation secure link that will make the user to reach the right session on
the right seaside worker?

        Should be added a var beside _s and _k? like _w for the worker
dissambiguation? Who and how will disambiguate that?

        thanks,

Sebastian Sastre

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


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