Script execution

This commit is contained in:
2019-11-14 16:49:34 +01:00
parent fa364f3558
commit ee13ce8161

View File

@@ -5,7 +5,7 @@ url= "tcp://SIN-CVME-DBPM0421:9000"
p=Provider("provider", url, True)
p.config.keepListeningOnStop = True
p.config.parallelHandlerProcessing = False
p.config.byteBufferAllocator = False
p.config.byteBufferAllocator = True
st1 = Stream("st1", p)
st1.initialize()
st1.start()