added client
This commit is contained in:
parent
6ba2a2c624
commit
58d651969e
11
bin/client.py
Normal file
11
bin/client.py
Normal file
@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import interp.bootstrap
|
||||
from multiprocessing.managers import BaseManager
|
||||
|
||||
class QueueManager(BaseManager): pass
|
||||
QueueManager.register('get_inqueue' )
|
||||
QueueManager.register('get_outqueue')
|
||||
|
||||
m = QueueManager(address=('install', 50000), authkey='asdf')
|
||||
m.connect()
|
Loading…
Reference in New Issue
Block a user