brunolojor / jbrout

Automatically exported from code.google.com/p/jbrout
0 stars 0 forks source link

High CPU Usage (windows) #70

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
First of all thanks for the new windows release

What steps will reproduce the problem?
1. Open Jbrout

What is the expected output? What do you see instead?
jBrout opened and CPU around 0-2% (like in 0.2 version)

But un 0.3 my CPU is 100% on an P-IV 1.8 Ghz and 25% on a Xeon 2.3 Ghz 
QuadCore

Try to launch jbrout with an already installed python runtime : same result

try to see disk activity of python process with Process explorer : nothing 
to report

What version of the product are you using? On what operating system?
jbrout 0.3.381 on windows XP (SP2 or SP3)

Thanks

Original issue reported on code.google.com by yoann.da...@gmail.com on 2 Mar 2009 at 3:08

GoogleCodeExporter commented 8 years ago
What method are you using to launch jBrout when the above happens and with the
already installed Python have you installed pyexiv2 ?

Original comment by r...@wallace.gen.nz on 3 Mar 2009 at 12:24

GoogleCodeExporter commented 8 years ago
In fact I use portable version of Python (http://www.portablepython.com/)

And these command line (in a cmd file) : 

@echo off
set path=%~dp0\GTK\bin;%path%
cd App
..\..\PythonPortable\python.exe jbrout.py

By the way the problem is not to launch jbrout with my python, but even on a 
computer without python when I launch jBrout (complete with GTK and python 
included) 
my CPU usage is high.

I've just made a fresh install, run jbrout and 25% of CPU on my quad core...
jbrout do nothing (no import, no tagging, just nothing)

On a quadcore 25% can be acceptable (usable) by on my home computer 100% is not 
usable...

As attached file a screen copy of process explorer focused on python process 
(to see 
handles)

Thanks

Original comment by yoann.da...@gmail.com on 9 Mar 2009 at 10:02

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by r...@wallace.gen.nz on 6 Apr 2009 at 9:01