csrss.exe & Numeric

J

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.

Cheers, Jelle
 
T

Travis E. Oliphant

jelle said:
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.

Are you memory-limited so that the process is swapping memory to disk?

We'll need more details to offer a better suggestion.

Best,

-Travis
 
T

Tim Peters

[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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,274
Messages
2,571,372
Members
48,064
Latest member
alibsskemoSeAve

Latest Threads

Top