HTTP is a stateless protocol, and as far as I know the best you can do is "fake" statefulness. Seems like a bandwidth hog anyway, when you could achieve the same purpose by either refreshing the HTML page at designated intervals, or pull that information into a Java applet (you see it with "news tickers" all the time) via a stateful database connection.
-----Original Message----- From: Aldekein [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 7:59 AM To: [EMAIL PROTECTED] Subject: Streaming HTML Hello, I am writing a Perl program. The goal of it is to process streaming HTML site (To describe - the document that you load never end - the new information is added to the end and sent to the client connected, the connection is not closed after this so it will be used more and more). Depends on new information received, it will write short information issues constantly and post them somewhere, where interested people are. For example to chat, using the post method. I don't know - what is better to use: LWP, Socket connection to the server, Telnet etc. for processing the stream? Advices appreciated. -- Best regards, Aldekein ([EMAIL PROTECTED]) WWW: http://www.aldekein.tk/ ICQ: 222412145 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]