I have a CometActor which displays a list of urls and at the same time
launches a bunch of threads each of which gets information about the
urls and then puts messages about that information in a Queue. On each
new tick, the CometActor checks the queue and updates its urls.

The problem is that I am launching the threads from the CometActor and
the page is never coming back. It times out.

Is there some general principle about launching threads from a
CometActor that might explain this behavior?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to