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 repeatedly execute the commands
how can i accompish this thru pushlets
the architecture is:
    ___________           __________                ___________
   | Telnet server|<------>| Webserver |<-----------> |  web client  |
   ---------------------           -----------------               
-------------------

Thanks in advance
regards
     vineesh
On 11/30/05, Andrew.du <[EMAIL PROTECTED]> wrote:
> 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
> > is not push enabled protocol. So the answer is you can not push from
> > server to
> > client using HTTP. Client has to poll server. (may be in low priority
> > thread).
> >
> > J2ME (MIDP 2.0) has push capabalities. I am not sure whether all phones
> > supports it the way it is written. :)
> >
> > You might want to take a look at "pushlet" (http://www.pushlets.com/)
> > which may
> > help you get going quickly.
> >
> > Hope about things help you.
> >
> >
> > Regards,
> > D
> >
> > --- "Andrew.du" <[EMAIL PROTECTED]> wrote:
> >
> > > Can somebody tell me server push?
> > >
> > > --
> > > [EMAIL PROTECTED]
> > >
> >
> >
> >
> >
> > __________________________________
> > Start your day with Yahoo! - Make it your home page!
> > http://www.yahoo.com/r/hs
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to