Trees | Indices | Help |
|
---|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__package__ =
|
|
Determine the jobdb pathname to use. If not explicitly specified using SCHRODINGER_JOBDB2, try to use the current directory. If it's not a jobdb, fall back to the Linux default location. |
Read a jserver pidfile and return the data it contains. The return value is a tuple, (pid, port, stamp, refresh), containing the pid and port for the server process, plus the time the pidfile was written (sec), and the frequency with which it should be refreshed (sec). |
Open a socket connection to the given port on host, and send the given message. The parsed response to the message is returned, as the tuple (success, reply_val, reply_text). Here, reply_val is the value (if any) returned on the first line of the response. Any following lines are returned as the reply_text. |
Parse the response to a standard single-line message. Return the tuple (success, reply_val, reply_text). Here, reply_val is the value (if any) returned on the first line of the response. Any following lines are returned as the reply_text. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Oct 26 00:59:29 2016 | http://epydoc.sourceforge.net |