PADIserver(TSpadi)
PADIserver()所属R语言包:TSpadi
PADI Functions
PADI功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
see details
详情请参阅
用法----------Usage----------
PADIserver()
PADIserverProcess()
PADIcleanupScript()
startPADIserver(server=PADIserver(),
server.process=PADIserverProcess(), dbname=NULL)
cleanupPADIserver(process, cleanup.script=PADIcleanupScript())
killPADIserver(kill.script="killserver",
server.process=PADIserverProcess())
参数----------Arguments----------
参数:server
string or vector of strings indicating the server where the series will be found. Scalar values are expanded to a vector of appropriate length.
字符串或向量的字符串表示该系列的服务器上,会发现。标量的值扩展到适当的长度的矢量。
参数:dbname
string or vector of strings indicating additional information for the server. Scalar values are expanded to a vector of appropriate length.
字符串或向量的字符串表示的服务器的其他信息。标量的值扩展到适当的长度的矢量。
参数:server.process
string indicating the name of the process to be used to start a server process.
字符串,用于指示被用来启动一个服务器进程的进程的名称。
参数:cleanup.script
string indicating the name of the process to be used to shut down a server process.
字符串被用来关闭服务器进程的进程名称。
参数:process
argument to cleanup.script, not actually the process ID.
参数cleanup.script,不是真正的进程ID。
参数:kill.script
string indicating the name of the process to be used to kill a server process.
字符串用来杀死一个服务器进程的进程名称。
Details
详细信息----------Details----------
The function PADIserver returns the name of the default server. This may be set by specifying options(PADIserver="whatever"), or if not specified it will be set to nodename. The function startPADIserver uses a script to start a server. The function cleanupPADIserver uses the information returned by startPADIserver to terminate the server. The function killPADIserver looks for a server and kills it. The default scripts for starting and stopping the server are determined by the functions PADIserverProcess and PADIcleanupScript, which use the Unix environment variables PADI, PADI_STARTUP and PADI_CLEANUP. Scripts for starting and stopping the server are only relevant in cases when it is necessary to start or stop a server.
的的功能PADIserver返回默认的服务器的名称。可以设置指定选项(PADIserver =“什么”),如果不指定,将被设置为节点名称。的的功能startPADIserver使用一个脚本来启动服务器。的的功能cleanupPADIserver使用的startPADIserver终止服务器返回的信息。的的功能killPADIserver看起来一台服务器,并杀死它。是由默认的脚本用于启动和停止服务器的功能,使用Unix环境变量PADIserverProcess和PADIcleanupScript PADI,PADI_STARTUP和PADI_CLEANUP。启动和停止服务器的脚本只有相关的情况下,在必要时启动或停止服务器。
值----------Value----------
depends
取决于
参见----------See Also----------
getpadi putpadi
getpadiputpadi
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|