Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
I've spent a very long time trying to work with sockets and multi threading only to find that i don't have the slightest clue how to use them.
Being very short on time now, I need to find an alternative solution.

objective: Several client machines must connect to a server machine that can receive several (string)commands from all clients without freaking out like mine does. We are talking very rapid commands here. ant any moment each client could try to send 1-200 commands.

The server will need to respond to 1 or all clients for every command it receives.
So the clients will be getting bombarded with messages as well and I need to be able to process every command.

When the server or client receives a command, I call a sub procedure that raises an event on the form level thread to notify the application.

What I have right now seems to be able to run 1 command at a time but freaks out with anything more.

I really don't have time to focus on this server and client application and am hoping that someone can point me towards something that is ready for use and very reliable. Until the day that I can learn more on this topic.

Thanks in advance.
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900