in reply to Re^2: Best method for maintaining a session ID across multiple threads
in thread Best method for maintaining a session ID across multiple threads
I guess I am using the term thread incorrectly
The generic term for a single instance in a cluster is 'node'.
So after more thought about it I am going to investigate writing something that can serve the sessionID to "processes" via a port.
Clustering software always has some form of message passing API that allows the processes to communicate.
A quick google suggests that GridEngine supports OpenMPI. You shouldn't need to be inventing a solution for this, just read the docs.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Best method for maintaining a session ID across multiple threads
by markdibley (Sexton) on Jul 11, 2013 at 09:34 UTC |