comet implementation issue

2010-05-11 Thread rajesh sukumaran
ework that would prevent reverse ajax from or working or am I doing something wrong? BTW I am using Tapestry 5.0.1 with tomcat 6.0. Any help is much appreciated. Regards Rajesh Sukumaran - To unsubscribe, e-mail: users-uns

Re: comet implementation issue

2010-05-12 Thread rajesh sukumaran
comet implementation issue On Wed, 12 May 2010 00:19:20 -0300, rajesh sukumaran wrote: > Hi, Hi! > I implemented reverse ajax component that uses long polling technique. > Basically what I did was to use JQuery's jQuery.getJSON(...) method to make > an > ajax call using a

Implication of client side redirect

2009-03-11 Thread rajesh sukumaran
Hi, I am evaluating Tapestry 5.1 to see if I can use it in one of my new projects. I see that Tapestry uses client side redirects to handle response for event requests. Will this not affect the performance of Tapestry applications, especially under high load? Redirects will result in an additi

Re: Implication of client side redirect

2009-03-12 Thread rajesh sukumaran
eers, Robert 11, 2009, at 3/1110:35 AM , rajesh sukumaran wrote: > > Hi, > > I am evaluating Tapestry 5.1 to see if I can use it in one of my new > projects. I see that Tapestry uses client side redirects to handle response > for event requests. Will this not affect the performan

Re: Implication of client side redirect

2009-03-12 Thread rajesh sukumaran
=RedirectAfterPost rajesh sukumaran schrieb: > Hi, > > I am evaluating Tapestry 5.1 to see if I can use it in one of my new > projects. I see that Tapestry uses client side redirects to handle response > for event requests. Will this not affect the performance of Tapestry > applications

Re: comet implementation issue

2010-05-22 Thread rajesh sukumaran
go H. de Paula Figueiredo > To: Tapestry users > Sent: Wed, 12 May, 2010 5:59:12 PM > Subject: Re: comet implementation issue > > On Wed, 12 May 2010 00:19:20 -0300, rajesh sukumaran > wrote: > >> Hi, > > Hi! > >> I implemented reverse ajax compo

Re: comet implementation issue

2010-05-24 Thread rajesh sukumaran
Paula Figueiredo To: Tapestry users Sent: Sun, 23 May, 2010 6:01:48 PM Subject: Re: comet implementation issue On Sat, 22 May 2010 19:19:01 -0300, rajesh sukumaran wrote: > Hi, Hi! > Once the reverse ajax script fires the change made to the TML files will not > get reflected in the b

Re: comet implementation issue

2010-05-28 Thread rajesh sukumaran
-0300, rajesh sukumaran wrote: > This behavior is not limited to the reverse ajax call but it is seen with all > the pages. It is as if the polling for page change stops with the reverse > ajax call. Can a Thread.sleep(...) in a dispatcher cause the page change > polling to stop?

Re: comet implementation issue

2010-05-28 Thread rajesh sukumaran
Subject: Re: comet implementation issue On Mon, 24 May 2010 21:45:16 -0300, rajesh sukumaran wrote: > This behavior is not limited to the reverse ajax call but it is seen > with all the pages. It is as if the polling for page change stops with > the reverse ajax call. Can a Thr