Yes, the page never gets rendered. I am actually using Actors. I will post a
code example tonight. Thanks for your response.

On Fri, Sep 18, 2009 at 12:09 PM, marius d. <marius.dan...@gmail.com> wrote:

>
>
>
> On Sep 17, 11:09 pm, jack <jack.wid...@gmail.com> wrote:
> > 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.
>
> So the page never gets rendered? I would recommend using actors and
> not really threads but even with threads it shouldn't impact you. But
> it also depends on what your code does. Can you post a minimalistic
> example?
>
> >
> > 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