Re: Server push with Tomcat 6/Comet

2008-05-30 Thread Filip Hanik - Dev Lists
Sierk Schmittner wrote: Hi, I am using a Comet-based servlet and I'm facing two problems: - When I write the data to the response's outputstream and call the flush method, the data is only send to the client when there is a minimum amount of bytes written on the outputstream. Is it p

Re: Server push with Tomcat 6/Comet

2008-05-30 Thread Sierk Schmittner
Hi, > I am using a Comet-based servlet and I'm facing two problems: >> - When I write the data to the response's outputstream and call the flush >> method, the data is only send to the client when there is a minimum amount >> of bytes written on the outputstream. Is it possible to change this >>

Re: Server push with Tomcat 6/Comet

2008-05-29 Thread Filip Hanik - Dev Lists
Sierk Schmittner wrote: Hi, I want to implement a server push mechanismus with Tomcat 6/Comet. The use case is that a javascript client sends an AJAX request to the server. The server is performing some internal asynchronous tasks (in seperate threads). The result of these tasks should be

Server push with Tomcat 6/Comet

2008-05-29 Thread Sierk Schmittner
Hi, I want to implement a server push mechanismus with Tomcat 6/Comet. The use case is that a javascript client sends an AJAX request to the server. The server is performing some internal asynchronous tasks (in seperate threads). The result of these tasks should be pushed asynchronous to the

Re: server push with GWT and Tomcat

2007-09-16 Thread Achim Abeling
Hi, I started to implement a solution (I hope so) which is discussed in http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/5e851d1b960e303e Best regards Achim - To start a new topic, e-mail: users@tomcat.a

server push with GWT and Tomcat

2007-09-12 Thread Achim Abeling
Hi, I would like to realize a server push mechanism using Tomcat and GWT. For the client side there is a technique proposed in http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/5233cf1fc6f2a1a7/3c6aba6a3ae9ec81?lnk=gst&q=server+push+GWT+stack&rnum=1#3c6aba6a3ae9e

Re: Server push

2006-01-12 Thread vineesh kumar
I dont know about your environment. But I know few things about push that > > I > > would like to share. > > > > I researched "push" a while ago. Basically I was looking for server push. > > HTTP > > is not push enabled protocol. So the answer is y

Re: Server push

2005-11-29 Thread Andrew.du
Yes,the "http://www.pushlets.com/"; is good! Thanks! 2005/11/25, Dhaval Patel <[EMAIL PROTECTED]>: > > Hi, > > I dont know about your environment. But I know few things about push that > I > would like to share. > > I researched "push" a while ag

Re: Server push

2005-11-29 Thread Andrew.du
I just want to use 'Server Push' to write a chating root. 2005/11/25, Hassan Schroeder <[EMAIL PROTECTED]>: > > Andrew.du wrote: > > Can somebody tell me server push? > > C'mon, the *first* hit from googling "server push" is this classic > (and

Re: Server push

2005-11-25 Thread Hassan Schroeder
Andrew.du wrote: > Can somebody tell me server push? C'mon, the *first* hit from googling "server push" is this classic (and definitive) page: <http://wp.netscape.com/assist/net_sites/pushpull.html> -- Hassan Schroeder - [EMAIL PROT

Re: Server push

2005-11-25 Thread Dhaval Patel
Hi, I dont know about your environment. But I know few things about push that I would like to share. I researched "push" a while ago. Basically I was looking for server push. HTTP is not push enabled protocol. So the answer is you can not push from server to client using HTTP. Cli

Server push

2005-11-24 Thread Andrew.du
Can somebody tell me server push? -- [EMAIL PROTECTED]

The Server PUSH tech?

2005-11-23 Thread Andrew.du
I hava search for "Server PUSH" for a long time. But I still don't know it. Can you teach me? [EMAIL PROTECTED]