Asynchronus Sockets

Programming, for all ages and all languages.
Post Reply
gtsphere

Asynchronus Sockets

Post by gtsphere »

Hello All!

I have taken a small break from OS deving and decided to do some small applications and I ran into a problem... Asynchronus Sockets. I have searched High and Low for a decide tutorial but nothing I try works. I create the socket, make a new message, use the proc to handle it, FD_ACCEPT it and the whole 9 yards, but not a single thing ??

Has anyone worked with them or have any good knowledge of how to make them work! simply too! hehe And also, With all of my reading, I noticed a few people say you cannot place the server and client in one application, is this true? I don't see why not, and I do believe its possible, but then again, who knows?!

I hope to hear from someone soon!

Thanks a lot guys!
-GT
fstream

Re:Asynchronus Sockets

Post by fstream »

i recently also started to try to use them, since i now need to do more with what i wrote, and i get the same problems, and there isnt much documentation about it and what little there is sux. any help would soo be appreciated.
Post Reply