Re: [Python-Dev] Different cpu python code usage between embedded mode and standalone mode

2008-06-07 Thread Guido van Rossum
This is not an issue for python-dev, but I have to ask: what do you mean by "embedded mode"? On Sat, Jun 7, 2008 at 10:14 AM, Pau Freixes <[EMAIL PROTECTED]> wrote: > Hi list, > > First Hello to all, I have a serious problem for understand some results > when I'm comparing cpu usages between same

[Python-Dev] Different cpu python code usage between embedded mode and standalone mode

2008-06-07 Thread Pau Freixes
Hi list, First Hello to all, I have a serious problem for understand some results when I'm comparing cpu usages between same python code in embedded mode and standalone mode ( python name_script.py ) This last months I have been writing a program in c like to mod_python for embedding python lang