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 pushe

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

Re: Server push

2006-01-12 Thread vineesh kumar
Dear all, I just need to implement a telnet thru web. ie, I am using servelts, I can connect to a remote host and i am able to execute some commands and i can get the results. But my problem is that, i have to maintain the telnet session between the cleint and the servlet and has to repeated

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 ago. Basically I was looking for server push. > HTTP

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 definitive) page: > >

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: -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1

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. Client has to