Re: [pox-dev] Profiling Pox

2013-04-21 Thread Tmusic
The core modification is removed! Thank you for the suggestion! 2013/4/18 Murphy McCauley murphy.mccau...@gmail.com On Apr 17, 2013, at 2:20 PM, Tmusic wrote: Sorry for the extremely late reply! Thank you very much for the example code!! No problem; glad it was helpful. I've also

Re: [pox-dev] Profiling Pox

2013-04-17 Thread Tmusic
Sorry for the extremely late reply! Thank you very much for the example code!! Concerning the queuing: ok, then we're on the same wavelength :) Over the last couple of weeks, I've been working with your example and implemented a priority queue. So far it works excellent! I was able to get the

Re: [pox-dev] Profiling Pox

2013-04-17 Thread Murphy McCauley
On Apr 17, 2013, at 2:20 PM, Tmusic wrote: Sorry for the extremely late reply! Thank you very much for the example code!! No problem; glad it was helpful. I've also finally cleaned up my profiling code and pushed it to github: https://github.com/Timmmy/pox in the betta branch (sorry that

Re: [pox-dev] Profiling Pox

2013-03-19 Thread Murphy McCauley
On Mar 19, 2013, at 10:35 AM, Saul St. John wrote: Regarding pt 1: does running POX under PyPy allow for the program to take simultaneous advantage of all the cores in a multiprocessor machine? IOW, does PyPy not suffer from the single executing thread limitation that CPython's GIL

Re: [pox-dev] Profiling Pox

2013-03-19 Thread Tmusic
Thank you for the extensive information :) I'm trying to run with pypy but it can't import some of my modules (all in the /pox directory). For example myrouter.mylinkmonitor does not work, but my myrouter.mypackethandler does. python pox.py modules works like a charm ./pox.py modules cannot find

Re: [pox-dev] Profiling Pox

2013-03-19 Thread Murphy McCauley
On Mar 19, 2013, at 12:02 PM, Tmusic wrote: I'm trying to run with pypy but it can't import some of my modules (all in the /pox directory). For example myrouter.mylinkmonitor does not work, but my myrouter.mypackethandler does. python pox.py modules works like a charm ./pox.py modules