ServiceConfiguration

It keeps the service configuration parameters like maximum running threads, number of processes, etc. , which can be configured in CS.

class DIRAC.Core.DISET.private.ServiceConfiguration.ServiceConfiguration(nameList)

Bases: object

__init__(nameList)
getAddress()
getCloneProcesses()
getContextLifeTime()
getHandlerLocation()
getHostname()
getMaxMessagingConnections()
getMaxThreads()
getMaxThreadsForMethod(actionType, method)
getMaxWaitingPetitions()
getMinThreads()
getName()
getOption(optionName)
getPort()
getProtocol()
getURL()

Build the service URL

setURL(sURL)