Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Riena » One service instance for all clients?
One service instance for all clients? [message #581424] Mon, 23 March 2009 13:57
Henzler Peter is currently offline Henzler PeterFriend
Messages: 19
Registered: July 2009
Junior Member
Hi
I was quite surprised when I found out, that each Service has only one
instance in a single thread running and every client is accessing this
same instance in only one thread.

That would mean that the bottleneck of my riena application whould be if
many different clients would call the same service?

Am I right with my assumtion that:
- a service can only be used from one client at the same time?
(ClientB would have to wait until ClientA got it's call of a method of
Service X finished.)
- that ClientB can't excecute method B in service X until clientA has
returned from it's call of methodA

If that is really true, I fear that this will lead to performance issues
very soon in a multi-client-environment with heavy load.

Thank you for your answer.

Best regards
Peter Henzler
Previous Topic:No authentication service
Next Topic:One service instance for all clients?
Goto Forum:
  


Current Time: Thu Mar 28 11:27:14 GMT 2024

Powered by FUDForum. Page generated in 0.04398 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top