Re: [Tutor] More Q's on Socket Programming

2005-08-03 Thread Danny Yoo
On Wed, 3 Aug 2005, Joseph Quigley wrote: > decided to make a bot. But then I got an idea to make a chatting > program. It worked nicely on our home network but it had a small > problem you can't type anything and send it to the person you are > chatting with untill they reply!! Hi Joseph,

Re: [Tutor] More Q's on Socket Programming

2005-08-03 Thread Alan G
> chatting with untill they reply!! I also have one computer as the > server and another as the client can I have a dedicated server > program that handles two clients instead of having a direct connect? Yes, but usually the way to do that is to have the server listening for requests and th

[Tutor] More Q's on Socket Programming

2005-08-03 Thread Joseph Quigley
Hi, I changed my mind. After I got interested in socket programming I decided to make a bot. But then I got an idea to make a chatting program. It worked nicely on our home network but it had a small problem you can't type anything and send it to the person you are chatting with untill the