Re: Preventing connections with POE::Component::Server::TCP

2004-03-08 Thread Scott Beck
On Sat, 2004-03-06 at 06:15, Alex J. Avriette wrote: On Sat, Mar 06, 2004 at 07:50:13AM -0600, Jay Strauss wrote: I think I did not explain my problem correctly. You did explain it correctly, and Rocco answered correctly. The idea is the Client::TCP connects to a stock quote server

Re: Preventing connections with POE::Component::Server::TCP

2004-03-07 Thread Jay Strauss
I could have sworn that was what I was proposing to do. Jay - Original Message - From: Apocalypse [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, March 06, 2004 9:43 PM Subject: Re: Preventing connections with POE::Component::Server::TCP Jay Strauss wrote: Hi, I have a POE

Re: Preventing connections with POE::Component::Server::TCP

2004-03-07 Thread Jay Strauss
, 2004 11:11 AM Subject: Re: Preventing connections with POE::Component::Server::TCP On Sat, Mar 06, 2004 at 08:17:03AM -0600, Jay Strauss wrote: Would the way I was thinking present problems? Ordinarily, I would think that if you were writing a mailing list asking a way to do something

Re: Preventing connections with POE::Component::Server::TCP

2004-03-06 Thread Rocco Caputo
On Fri, Mar 05, 2004 at 10:49:03PM -0600, Jay Strauss wrote: I have a POE::Component::Server::TCP. I'd like to prevent connections under certain circumstances, even though I'm still in the event loop. Is there a way to do this? That is I want my program to run, I just don't want to allow

Re: Preventing connections with POE::Component::Server::TCP

2004-03-06 Thread Alex J. Avriette
On Sat, Mar 06, 2004 at 07:50:13AM -0600, Jay Strauss wrote: I think I did not explain my problem correctly. You did explain it correctly, and Rocco answered correctly. The idea is the Client::TCP connects to a stock quote server somewhere else on the network. The Server::TCP lets local

Re: Preventing connections with POE::Component::Server::TCP

2004-03-06 Thread Jay Strauss
Would the way I was thinking present problems? Jay - Original Message - From: Alex J. Avriette [EMAIL PROTECTED] To: Jay Strauss [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, March 06, 2004 8:15 AM Subject: Re: Preventing connections with POE::Component::Server::TCP On Sat

Re: Preventing connections with POE::Component::Server::TCP

2004-03-06 Thread Jay Strauss
server comes up, and I get a connected event, I'll create a Server::TCP Thanks Jay - Original Message - From: Rocco Caputo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, March 06, 2004 6:56 AM Subject: Re: Preventing connections with POE::Component::Server::TCP On Fri, Mar 05

Re: Preventing connections with POE::Component::Server::TCP

2004-03-06 Thread Apocalypse
Jay Strauss wrote: Hi, I have a POE::Component::Server::TCP. I'd like to prevent connections under certain circumstances, even though I'm still in the event loop. Is there a way to do this? That is I want my program to run, I just don't want to allow connections at certain times. Thanks Jay

Preventing connections with POE::Component::Server::TCP

2004-03-05 Thread Jay Strauss
Hi, I have a POE::Component::Server::TCP. I'd like to prevent connections under certain circumstances, even though I'm still in the event loop. Is there a way to do this? That is I want my program to run, I just don't want to allow connections at certain times. Thanks Jay