Posted: Tue May 27, 2003 9:27 pm Post subject: Net.WaitForConnection freezes the program
Net.WaitForConnection freezes the program until a connection has been established is there anyway to avoid that...?
perhaps using process and fork?
Sponsor Sponsor
Tony
Posted: Tue May 27, 2003 9:39 pm Post subject: (No subject)
yes, you could have it running in a process in the background, and once new connection is made, call the procedure to add user to the chat and do w/e else you need.