When you say > This will operate independently of the TCP server. If it must pass > statuses back to TCP clients, try a connection registry like the one at > http://poe.perl.org/?POE_Cookbook/Chat_Server
Do you mean, if it has to pass ANYTHING back to the clients, it must setup a connection registry? What I'm trying to accomplish is: There is a website that I'm interacting with (via WWW::Mechanize). I must login to this website, which takes a few seconds. Now I want to share that login (Mech object) with my POE clients. The problem is if there are no clients, the login becomes invalid (after some time of inactivity). So I want this server to query the website every so often to keep the login alive even when there are no clients (possibly for hours). Thanks Jay
