Atsuhiko,

The way I have modified the code, each thread is returning its Package
object at different times. But its seems the screen updates only when
they all have completed. Could you tell me what piece of the code
makes the screen update?
Thanks.

Jack

On Oct 1, 11:19 am, David Pollak <feeder.of.the.be...@gmail.com>
wrote:
> Thanks!
>
> On Thu, Oct 1, 2009 at 1:11 AM, Atsuhiko Yamanaka <
>
>
>
>
>
> atsuhiko.yaman...@gmail.com> wrote:
> > Hi,
>
> > On Thu, Oct 1, 2009 at 1:11 PM, Jack Widman <jack.wid...@gmail.com> wrote:
> > > David,
> > > I have attached a (non) working example. It compiles and runs and does a
> > > part of what I want it to do but not completely. It first displays a
> > couple
> > > of links and the link body for both links is just 0. It then spawns a
> > couple
> > > of threads each of which generates a random number and then   puts two
> > Page
> > > objects on a PageQueue. The comet page is supposed to reRender the screen
> > > whenever a new page object is added to the Queue. Before it does this it
> > > calls a method called insertRandomNumber which changes the zero to some
> > > random value.
> > > There is not much code and i think its pretty self-explanatory. The html
> > > page is test.html.
> > > I really do appreciate your help and understand if you can't go through
> > the
> > > whole thing.
>
> > Frankly to say, I could not understand the internal logic, and it
> > seems it has be broken,
> > but attached modified src.zip will work as the demonstration of
> > CometActor at least.
> >  * JoopComet implements CometListenee
> >  * TSGetterLauncer has been rewritten, and will start TSGetters in
> > every 3 seconds.
> >    The previous version has really short life.
> >  * TSCatcher implements ListenerManager.
> >  * url links on the web page will be updated in every 3 seconds.
>
> > Sincerely,
> > --
> > Atsuhiko Yamanaka
> > JCraft,Inc.
> > 1-14-20 HONCHO AOBA-KU,
> > SENDAI, MIYAGI 980-0014 Japan.
> > Tel +81-22-723-2150
> >    +1-415-578-3454
> > Skype callto://jcraft/
>
> --
> Lift, the simply functional web frameworkhttp://liftweb.net
> Beginning Scalahttp://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@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