View Single Post
Old 04-24-2002, 09:00 AM   #21
Orion Elder
Senior Member
 
Join Date: Apr 2002
Posts: 346
Orion Elder is on a distinguished road
It would make more sense for the hubs to take connection requests instead of sending them out. This way, data is only sent when it absolutely needs to be.

For example:
[code]
if ( channel_exists && channel_running )
return;
else
send_channel_refresh_request( channel );
[/quote]

Just a thought.
Orion Elder is offline   Reply With Quote