Re: [Lift] Re: FIXME comet type Full(xxx) name Full(yyy) timeout

2010-01-26 Thread Naftoli Gugenheim
It's probably related to the problem of freezing in your other thread, don't 
you think? Whatever's causing it to freeze must be stopping the comet actor. 
Does that make sense?

-
David Pollak wrote:

On Tue, Jan 26, 2010 at 7:20 AM, aw  wrote:

> My code is a variation of the Chat sample code.  To me, the material
> change is the fact that I am running this on Tomcat (6.0.20).  I have
> never seen this behavior using Jetty (mvn jetty:run) and it isn't
> really load related because I am the only user (possibly with two
> browser windows).
>

This error means that it took > 25 seconds to render the component.  The
amount of time it takes to render the component is based on the logic that
you wrote and has nothing to do with Lift or the container you're running
in.


>
> --
> You received this message because you are subscribed to the Google Groups
> "Lift" group.
> To post to this group, send email to lift...@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.
>
>


-- 
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 lift...@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.

-- 
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@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.



Re: [Lift] Re: FIXME comet type Full(xxx) name Full(yyy) timeout

2010-01-26 Thread David Pollak
On Tue, Jan 26, 2010 at 7:20 AM, aw  wrote:

> My code is a variation of the Chat sample code.  To me, the material
> change is the fact that I am running this on Tomcat (6.0.20).  I have
> never seen this behavior using Jetty (mvn jetty:run) and it isn't
> really load related because I am the only user (possibly with two
> browser windows).
>

This error means that it took > 25 seconds to render the component.  The
amount of time it takes to render the component is based on the logic that
you wrote and has nothing to do with Lift or the container you're running
in.


>
> --
> You received this message because you are subscribed to the Google Groups
> "Lift" group.
> To post to this group, send email to lift...@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.
>
>


-- 
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 lift...@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.



[Lift] Re: FIXME comet type Full(xxx) name Full(yyy) timeout

2010-01-26 Thread aw
My code is a variation of the Chat sample code.  To me, the material
change is the fact that I am running this on Tomcat (6.0.20).  I have
never seen this behavior using Jetty (mvn jetty:run) and it isn't
really load related because I am the only user (possibly with two
browser windows).

-- 
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@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.



[Lift] Re: FIXME comet type Full(xxx) name Full(yyy) timeout

2010-01-25 Thread Marius
For some reason your comet does not respond in about 26 seconds with a
rendering message (AnswerRender) and this is when the Comet snippet
wants to render out stuff.

Can you send a minimalistic app where you can reproduce this so we can
try it ?

Br's,
Marius

On Jan 26, 8:57 am, aw  wrote:
> Mega weird!  Randomly I seem to be running into a problem with my
> Comet code.  My xhtml doesn't render properly, and if I view source I
> see this:
>
> 
>
> Uhm...  What does this mean?  What exactly is timing out?  Any idea
> why it would be random?
>
> (Note that if I wait a few minutes, the page works fine.  (No code
> changes!)  This kind of stability (or lack thereof) is not going to
> win me points...)
>
> Help please!

-- 
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@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.