Re: csrss.exe & Numeric



[jelle]
> I have a function that uses the Numeric module. When I launch the
> function csrss.exe consumes 60 / 70 % cpu power rather than having
> python / Numeric run at full speed. Has anyone encountered this problem
> before? It seriously messes up my Numeric performance.
>
> I'm running 2.4.2 on xp.

Need more clues than that. What does your function do? What
facilities does your function make use of?

csrss.exe is the "user-mode side" of Windows, and consumes a lot of
CPU if, for example, you're starting/stopping many threads, or display
a lot of output to "a DOS box". You should also be aware that several
kinds of malware install a program named "csrss.exe" or "CSRSS.EXE"
(search the web for more on that, and run a virus scan).
.



Relevant Pages

  • Re: Help with VBA for document formatting.
    ... It means that you launched Python and asked it to load the 'processtext.py' file and it can't find it. ... Launch the Mac program "TextEdit" using Finder and from the Applications Folder. ...
    (microsoft.public.mac.office.word)
  • Re: Help Needed in WxPython
    ... Currently Iam integrating GUI Framework in Python. ... As per design design,I need to use tab buttons to launch different HTML pages in same frame. ...
    (comp.lang.python)
  • Re: Monitoring external processes
    ... I am using subprocess module to launch the process. ... If using Python 2.5, there is also have os.wait3and os.wait4. ... I'm having a slight problem using wait3 or wait4. ... os.wait4 with the pid the first time the call returns successfully but ...
    (comp.lang.python)
  • Re: launch a .py file from a batch file
    ... I can launch an Excel and Word file fine using, ... The others open fine and no Python app. ... Assuming you're running on Windows XP, try the following line in your batch file: ...
    (comp.lang.python)
  • launch a .py file from a batch file
    ... I'd like to launch a number of programs, one of which is a Python GUI ... have it open all the stuff and then not show the "DOS" console. ... The others open fine and no Python app. ...
    (comp.lang.python)