|
-
May 4th, 2003, 09:26 AM
#1
Thread Starter
Registered User
Messaging?
Should we always use messaging in our *****peer ( or any other non browswer remote program ) programs on the net? what other techniques are there? and when should they be used? ( when is it better to not use messaging?)
-
May 4th, 2003, 01:08 PM
#2
Hyperactive Member
Messaging is the base. Without a message, how can a program understand what the remote one is just saying?
Learn, this is the Keyword...
-
May 5th, 2003, 01:28 AM
#3
Thread Starter
Registered User
as far as i know , messaging can only be used on microsoft servers, so there must be some other kind of things for applications that run on different OS....any idea?!
-
May 5th, 2003, 02:42 AM
#4
Hyperactive Member
Learn, this is the Keyword...
-
May 5th, 2003, 03:01 AM
#5
Thread Starter
Registered User
so any one else? any idea? ( actually i'm using win2000 server, the main question is when should we use and when should we not use messaging, and what should we use in the situations that messaging is not good to be used?)
-
May 5th, 2003, 04:43 AM
#6
Addicted Member
MSMQ can only be used on MS servers but there are other products around if you need cross-OS messaging i.e. TIBCO, Java Messaging etc. Whether or not to use messaging realy depends on the nature of the app - if network failure should occur and you loose data would this create a HUGE problem, if yes then messaging is a good option, otherwise you can always restore static data from a backup.
-
May 5th, 2003, 05:34 AM
#7
Fanatic Member
It should be noted that TIBCO is horribly expensive (don't know about Java Messaging)
-
May 5th, 2003, 06:28 AM
#8
Addicted Member
TIBCO is horribly expensive
Damn right....
I have also found it to be a little resource hungry at times and ensuring messages arrive in the same order that they left can be quite a skill.
persian_83, i would suggest that unless your app must absolutely NOT loose data (say real time financial) just use a sensible chain of command posts and backup files to get the job done.
Cheers
-
May 5th, 2003, 11:27 AM
#9
Thread Starter
Registered User
yeah i guess wont use messaging since data loss is not such i big deal in this case. what about performance? messaging vs databases?????
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|