Results 1 to 4 of 4
Thread: Critical evaluation
- 12-10-2009, 08:48 PM #1
Member
- Join Date
- Dec 2009
- Posts
- 12
- Rep Power
- 0
Critical evaluation
Hey guys,
Not sure if this is the right place or not but for a bit of work i have to critically evaluate UDP, TCP and RMI for use in a chat application. I was wondering if anybody would be able to help me as i was wondering what kind of things i would need to talk about when doing this e.g. threading
Thanks
- 12-10-2009, 09:10 PM #2
Senior Member
- Join Date
- Aug 2009
- Posts
- 294
- Rep Power
- 0
ehh your gona make a chat program?
Then you should use the socket module.
But I belive you must also have a server, and those costs..
Unless, ofcurse, you let your own computer be the server..
- 12-10-2009, 09:24 PM #3
Member
- Join Date
- Dec 2009
- Posts
- 12
- Rep Power
- 0
yea Chat program.
Have to evaluate the potential architectures they have and what would be the best one to use.
Cheers
- 12-11-2009, 12:47 AM #4
well, RMI is specific to Java, UDP is not reliable over large networks and doesn't traverse well through firewalls or NAT.
so by default, that leaves TCP.
Jabber messenger (the eXtensiblle Message Presence Protocol) XMPP Standards Foundation
is based on TCP, and using XML structured messages on TCP. I personally would prefer to investigate a lighter weight envelope, such as JSON, but XMPP is a pretty mature standard, as far as figuring out good scaleable solutions to many common problems it has a lot of bases covered, and there are implementations of the protocol library in many languages and target operating systems.
Similar Threads
-
Creating the evaluation function for Minimax
By matzahboy in forum New To JavaReplies: 7Last Post: 11-05-2009, 03:29 PM -
Postfix Evaluation using a Stack, Help?
By dalangley in forum New To JavaReplies: 2Last Post: 02-16-2009, 10:43 PM -
Help In An Critical Query
By raj reddy in forum JDBCReplies: 1Last Post: 04-22-2008, 02:24 AM -
pls help me out its critical ...... how can we use an arralylist reference
By raj reddy in forum Advanced JavaReplies: 1Last Post: 04-15-2008, 12:09 PM -
pls help me out its critical ...... how can we use an arralylist reference
By raj reddy in forum Web FrameworksReplies: 0Last Post: 04-15-2008, 08:12 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks