Can you post code? On Feb 21, 2013 1:55 PM, "Weiyang Mo" <[email protected]> wrote:
> 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 >
