Hi,

I've got a program that I wish to run in a powerful server so that it can run on several cores simultaneously and work faster.I need to do client server programming for this.That is, I recieve input in my local system which I forward to the server, it does the computation and sends me back the result.Any idea how I go about doing this?

Recommended Answers

All 2 Replies

win socket, yes
first you should creat a socket in you server and listen() the request from the client
i just started learn it recently ^

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.