RE: [flexcoders] Asynchronous notification

2005-10-04 Thread Kevin Langdon
You probably want to look into the XMLSocket object. This can make a connection back to a server and maintain it. A0 byte is sent between requests and response without the connection being dropped. Those requests and responses are xml and could be used for messaging or keep alives to

RE: [flexcoders] Asynchronous notification

2005-10-04 Thread Mink, Joseph
of getting servlets to solve the problem. Thanks! Joey From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin LangdonSent: Tuesday, October 04, 2005 10:01 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Asynchronous notification You probably want to look

RE: [flexcoders] Asynchronous notification

2005-10-04 Thread Tracy Spratt
Of Mink, Joseph Sent: Tuesday, October 04, 2005 10:09 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Asynchronous notification Thanks, Kevin! I finally did my homework of the XMLSocket obj, but wasn't sure how to serve that protocol with a web server or servlet container...I'll