Results 1 to 9 of 9

Thread: Messaging?

  1. #1

    Thread Starter
    Registered User
    Join Date
    Apr 2003
    Posts
    61

    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?)

  2. #2
    Hyperactive Member
    Join Date
    Jan 2002
    Location
    Palermo, Italy
    Posts
    325
    Messaging is the base. Without a message, how can a program understand what the remote one is just saying?
    Learn, this is the Keyword...

  3. #3

    Thread Starter
    Registered User
    Join Date
    Apr 2003
    Posts
    61
    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?!

  4. #4
    Hyperactive Member
    Join Date
    Jan 2002
    Location
    Palermo, Italy
    Posts
    325
    Sorry, no...
    Learn, this is the Keyword...

  5. #5

    Thread Starter
    Registered User
    Join Date
    Apr 2003
    Posts
    61
    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?)

  6. #6
    Addicted Member
    Join Date
    Feb 2002
    Location
    closed
    Posts
    196
    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.

  7. #7
    Fanatic Member
    Join Date
    Sep 2002
    Posts
    518
    It should be noted that TIBCO is horribly expensive (don't know about Java Messaging)

  8. #8
    Addicted Member
    Join Date
    Feb 2002
    Location
    closed
    Posts
    196
    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

  9. #9

    Thread Starter
    Registered User
    Join Date
    Apr 2003
    Posts
    61
    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
  •  



Click Here to Expand Forum to Full Width