Are these STAF Java services you have written?  Are you asking how to run 
them in the same JVM?  If so, just make sure when the Java service is 
registered that they are all registered using the same JVMName option 
(which defaults to STAFJVM1 if OPTION JVMNAME=<JVMName> is not specified 
when registering a STAF Java service).

If this isn't what you're asking, please provide more information on what 
you are trying to do.

--------------------------------------------------------------
Sharon Lucas
IBM Austin,   luc...@us.ibm.com
(512) 286-7313 or Tieline 363-7313




Lu Yu <l...@vmware.com> 
06/30/2009 02:19 AM

To
"staf-users@lists.sourceforge.net" <staf-users@lists.sourceforge.net>
cc

Subject
[staf-users] How to share memory between different services






Hi
I am running STAF Framework in VMware. I have a question regarding sharing 
memory between different services. The problem I have is that we have 
maintained 4 different staf services (vmware internally developed 
service). In order to reduce the file size and memory usuage, we want to 
have a main service which has all shared information, when needed loading 
other services, the service loaded later can re-use the shared information 
in the main service.
 
Can anyone shed a light on me of how to implement it?
 
Thanks!
 
Lu
------------------------------------------------------------------------------
_______________________________________________
staf-users mailing list
staf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/staf-users

------------------------------------------------------------------------------
_______________________________________________
staf-users mailing list
staf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/staf-users

Reply via email to