• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Multiple clients in RMI

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
How do we have to implement a RMI server with a capability to deal with multiple clients?
I have the following in my mind read from a book
1)Synchronize the RMI object so that only one client will hold the object lock at a time.
2)Spanning threads for every client.
3)Use a "connection RMI Object" which inturn will create several " service RMI Objects" for every client.

Last but not least, what is the best way of testing the "concurrency" in FBN assignment?
-Mahi
[This message has been edited by Mahidhar Panyam (edited February 03, 2001).]
[This message has been edited by Mahidhar Panyam (edited February 04, 2001).]
 
What I don't understand is how they changed the earth's orbit to fit the metric calendar. Tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic