Ask a Question related to UNIX Programming, Design and Development.
-
s #1
Network application design question
I need a little help getting started in the right direction:
I'm developing an application that has a server side and a client side.
It's possible that multiple servers and multiple clients could all be
on the same network.
Whenever the server machine comes up, he needs to "look" around for
clients that aren't connected to a server. The user on the server
machine then chooses which unconnected client to connect to.
I would like the actual connection to be based on TCP-IP and I think
I've got a good handle on how to do that. My problem is finding a way:
1. For the clients to "announce" their presence on the network (I've
done this with a heartbeat type message in UDP, is it possible in TCP?)
2. For the server to recognize the unconnected clients without
establishing exclusive connections with the clients until the user
selects that client.
3. For the clients to stop "announcing" their presence on the network
after a connection has been made.
Any help coming up with a general approach is appreciated,
Stephen
s Guest
-
Application High Level Design
I am building a registration form in Flex that could have up to 120 fields for the user to fill out depending upon what they select. They may not... -
Application design
How do most of you construct your applications? Do you break it up into sections based on the functions of the app? example: contact_add.php... -
Books on Web application architecture and design with samples
This question is more than totally unrelated to this forum, but I'll try a suggestion... visit www.google.com and search on "book on architecture... -
Attn: Application Architects... Design Question... please give me your feedback...
I was tasked with designing an ASP.NET web application and one of the requirements was a single save button.. The application consisted of approx 5... -
OT: Database Design for New Application LOVE MATCH!
Hi there. I'm writing to get support/advice/comments on a new web site I am about to create. It is going to be a sort of Love Connection type...



Reply With Quote

