Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by benna

  1. benna

    Java on Unix Sun and MSMQ.

    have you look JMS? I'm not sure what is MSMQ, but hope it helps.
  2. benna

    Synchronization Q

    I think that the second option is the good one. The code should be something like this: public void lock(int recordNumber) { synchronized(theRecordArray[recordNumber]) { do it... } } this only works if theRecordArray contains Object Hope it helps!!!!
  3. benna

    Servlet sendmail

    Yes, it's easy to use.

Part and Inventory Search

Back
Top