Re: client -server interaction over XML supporting multiple protocols
From: rdh (rohit.dhamija_at_gmail.com)
Date: 03/02/05
- Next message: Richard Cavell: "printf a 64-bit number"
- Previous message: Dylan Nicholson: "Re: C++...and I'm stumped!"
- In reply to: David: "Re: client -server interaction over XML supporting multiple protocols"
- Next in thread: David: "Re: client -server interaction over XML supporting multiple protocols"
- Reply: David: "Re: client -server interaction over XML supporting multiple protocols"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 1 Mar 2005 23:29:50 -0800
Hi David,
Thanks for the reply. was really very informative. I am in process of
analyzing various models to develop the server. My basic requirement is
that :
1) Server can be easily ported to UNIX/LINUX OSes, initiallly to be
developed for Windows platform.
2) Implementation will be done in C++
3) The interaction / communication will be done via XML
4) Server should accept the connection over any of the protocols
connection oriented or connection less.
5) The data to be transeferred between client-server is very light and
doesnot involve complex heavy data.
So m in process of evaluating various servers. Can you please suggest a
server model that suits my requirement.
B.W how about RPC mechanism ? Can it be implemented in Windows also ???
Awaiting for your reply,
Thanks,
rdh
- Next message: Richard Cavell: "printf a 64-bit number"
- Previous message: Dylan Nicholson: "Re: C++...and I'm stumped!"
- In reply to: David: "Re: client -server interaction over XML supporting multiple protocols"
- Next in thread: David: "Re: client -server interaction over XML supporting multiple protocols"
- Reply: David: "Re: client -server interaction over XML supporting multiple protocols"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|