[pox-dev] The confliction between Poxcore and other modules, the sequence of loading modules?
Weiyang Mo
moweiyang1988 at gmail.com
Thu Feb 21 13:55:31 PST 2013
Hi,
Assume I'm running ./pox.py module1, and in module1 I have a process/thread
(e.g. a socket listening to incoming message for 30secs, a process to read
text from files). In this case, I find that the poxcore will be boosted
right* after* the process is down, that is to say, module1's process blocks
POXcore running up. But what I want is the POXcore running independently,
not affected by module1.
A simple example is that I make a process in module1 which listens to
information from a web server for 30 seconds. Then the POX core will run up
after 30 secs, not at the starting time... One more thing, if I run
./pox.py module2 module1 module3. Then module1's ongoing process only
blocks module3 not module2...
I'm not sure whether it is related to Pox .....But I would appreciate if
you can have any advice.
Thanks.
Weiyang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.noxrepo.org/private.cgi/pox-dev-noxrepo.org/attachments/20130221/e163f7fb/attachment.htm>
More information about the pox-dev
mailing list