John McDowall

Greenhorn
+ Follow
since Feb 22, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by John McDowall

hi all,

I wish to launch an external java class in the same JVM as the instantiating process, but have the external class remain active once the calling process has terminated...
Situation is this:
In a distributed file system, i wish to have the client check if a cache manager is present. If not, launch it. The cahce manager must remain active after the client expires. I plan on using Reflection to communicate from the client to the cache manager.

Any ideas ?
21 years ago