CometActor received shutdown?

View: New views
2 Messages — Rating Filter:   Alert me  

CometActor received shutdown?

by Hannes-18 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Any ideas, what can cause this?

INFO - The CometActor org.tobster.comet.Market@18651db Received Shutdown

thanks.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Lift" group.
To post to this group, send email to liftweb@...
To unsubscribe from this group, send email to liftweb+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: CometActor received shutdown?

by bearfeeder :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



On Fri, Nov 6, 2009 at 6:25 AM, Hannes <hannes.flocke@...> wrote:

Any ideas, what can cause this?

INFO - The CometActor org.tobster.comet.Market@18651db Received Shutdown

Typically, it's because the session ends and part of the session clean-up is to send a message to all the CometActors that are part of the session telling them to shutdown.

If you have a lifespan set on your CometActor, it will be shut down after it has not appeared on any pages for that timeout period.

 

thanks.





--
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Lift" group.
To post to this group, send email to liftweb@...
To unsubscribe from this group, send email to liftweb+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---