Closedown

This commit is contained in:
2019-11-14 16:33:59 +01:00
parent 8b0f6e7e2e
commit 2b87e980e3

View File

@@ -1,6 +1,8 @@
import ch.psi.pshell.bs.Provider as Provider
p=Provider("provider", "tcp://localhost:9999", True)
url="tcp://localhost:9999"
url="tcp://SFTEST-CVME-DBPM1:9001"
url= "tcp://SIN-CVME-DBPM0421:9000"
p=Provider("provider", url, True)
p.config.keepListeningOnStop = True
p.config.parallelHandlerProcessing = False
p.config.byteBufferAllocator = True