News:

Follow BoincTasks on Twitter Facebook        Visit our website here.
BoincTasks-M on Android and iOS should be ready soon

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Pepo

#811
Beta testing problems / Re: Handle count
November 25, 2009, 03:16:08 PM
Quote from: fred on November 25, 2009, 02:11:07 PM
But I finally got the bug. [...] V 1.73 should solve the problem...
Solved. Perfect!

Quote...and I added a lot of new stuff for BoincTasks.
Like "TThrottle 1.73: New: Integration with BoincTasks.. of local and remote hosts."? How far?

On the Options tab (or how is it actually called in English) I've tried to check "Enable BoincTasks" - what should I look for? After unchecking it, the checkboks remains disabled for some 20 seconds, it gets enabled afterwards.

After trying to start BT 0.29 for 5-6 times it merely said "Can't open some file" and terminated. Now it is finally running. Just one note (belongs to other section actually): the Graphs dlg is showing just black rounded backgrounds.

[edit]A minute later BT crashed after opening the context menu on some task. After a newstart, the graphs are displayed correctly.[/edit]
#812
Beta testing problems / Re: Handle count
November 23, 2009, 08:57:22 PM
Quote from: fred on November 23, 2009, 07:47:24 PM
Something is leaking, maybe a handle of some kind.
Pretty exactly a Thread handle. A couple of them at once ;D

QuoteI go hunting for them tomorrow. Shouldn't be too hard to find.... I hope.
I guess so, I hope I gave you a somehow good description.

Good luck!
#813
Beta testing problems / Re: Handle count
November 23, 2009, 07:44:59 PM
Quote from: Pepo on November 23, 2009, 07:32:31 PM
The counts are actually nearly equal at any point in time, I just can not type that fast  :D
OK, actually it is leaking just a couple of handles per second, while throttling 5 processes, no idea how many threads in them (maybe 15-16).

The leaking pattern (in realtime, at the moment, with possibly 16 threads being enumerated and handled) is: a group of 16 handles is leaked once in a 3-5 seconds.
#814
Beta testing problems / Re: Handle count
November 23, 2009, 07:32:31 PM
OK, as soon as TThrottle started it's primary job - throttling the processes, suddenly the handle count rose - TThrottle is leaking Thread handles, it is leaking tens (later to hundreds (later possibly to (tens of) thousands)) of handles pointnig to each and any thread of a process being throttled  :-\

Example (after just a few minutes of throttling):
minirosetta_2.00_windows_intelx86.exe(27660): 31892
References: 122
Handles: 121

minirosetta_2.00_windows_intelx86.exe(27660): 32388
References: 117
Handles: 116

primegrid_llr_5.09_windows_intelx86.exe(31824): 27324
References: 111
Handles: 109


The counts are actually nearly equal at any point in time, I just can not type that fast  :D
OK, actually it is leaking just a couple of handles per second, while throttling 5 processes, no idea how many threads in them (maybe 15-16).




This could explain resource problems I've been occasionally experiencing in the past weeks (possibly because I do rarely reboot my computer, once in a week or two).
#815
Beta testing problems / Re: Handle count
November 23, 2009, 06:38:01 PM
After restarting TThrottle, the handle counts stabilized around 420, 93, 252.

???

I'll check the numbers more often.
#816
Beta testing problems / Handle count
November 23, 2009, 06:29:22 PM
I've just noticed thet my TThrottle 1.71 is using an incredible number of handles: according to Process Manager, after a week of runtime (and consuming 3:50 hours of kernel time and 1:02 hours of user time) it uses 1 330 535 Handles, 102 GDI Handles, 261 USER Handles. (For those unaware - just 10 apps on my system use more than 1000 handles, just 4 of them between 2000 and 6000 handles.) The first number does not move, the latter two numbers oscillate around the mentioned values. I've noticed it in the Task Manager - TThrottle was consuming 10.5 MB of system's Paged Pool (maybe 15% of the whole system).

This is just an initial notice, later I'll investigate when the number of handles does go up...
#817
Wish List / String sorting case-sensitive
November 03, 2009, 12:14:38 PM
After "desperately seeking my rosetta@home project for a couple of seconds long", I've noticed that the projects are alphabetically listed case-sensitively, i.e. first the projects which names begin with a capital characters, followed by projects beginning with lower case characters.

Could the sorting be done in a case-insensitive way?
#818
Wish List / Re: Another Wish
October 28, 2009, 11:27:44 PM
The import of a list of computers could be a ice feature (BoincView could search clients on a local network and add them to the list if they were running BOINC, a common password could be optionally entered in the search dialog).

I guess that the main problem to solve is that just your BoincTasks is loosing its setup. My BT correctly keeps it over restarts.
#819
Wish List / Re: Graph scaling
October 22, 2009, 03:30:06 PM
TTh 1.70 is adding two more 1º lines above the upper 10º line, instead of just one (as it was previously). Intentionally?
#820
Translations / Re: Slovak translation
October 22, 2009, 03:25:50 PM
Quote from: fred on October 22, 2009, 01:17:32 PM
http://www.efmer.eu/download/boinc/test/TThrottle_SKY.rar  And this is everything you need to build the language dll.
The .vcproj file errorneously contains non-existing RelativePath="..\TThrottle\res\eFMerCpu.ico" and RelativePath="..\TThrottle\res\idr_hand_link.ico" in addition to the valid RelativePath=".\res\eFMerCpu.ico" and RelativePath=".\res\idr_hand_link.ico".
Also, the Culture="1036" is there a couple of times (instead of Culture="1051"), meaning the Throttle_SKY.rc's Culture is sometimes set to "French (France) (0x40c)" (instead of "Slovak (0x41b)"), in addition to some French remainders in .\x64\Release folder). All this was probably not intended, but does not hurt ;)

The graph also displays an untranslated "Please wait, not enough data yet" - you know where and why  :P

Bsides this, the resource dlls build just fine and play nicely with the 1.70 application.
#821
Wish List / Re: Graph scaling
October 22, 2009, 12:54:44 PM
Quote from: fred on October 21, 2009, 05:24:00 PM
I made a small change
[...]
is
   iMax = (int) fMax;
   iMax+=9;
   iMax/=10;
   iMax*=10;
   iMax+=1;

100 -> 109 -> 10 -> 100 -> 101

That makes just the difference at 100  ;D
It means the step is at 101 instead of 100.
Yes, this made the change.  :)

I'd just recommend adding a 0.5 prior to the first rounding (or maybe all float->int roundings), like
   iMax = (int) (fMax+0.5);
but this is maybe just a question of taste.
#822
Wish List / Re: Graph scaling
October 22, 2009, 12:37:33 PM
Quote from: fred on October 22, 2009, 11:50:30 AM
Quote from: Pepo on October 22, 2009, 11:18:14 AM
Quote from: Pepo on October 14, 2009, 02:57:12 PM
P.S. Writing any text longer then some 12 lines is a torture, the input field is being scrolled up after each typed character :-[ ???  >:(  :-\
For clarification - I've meant writing a longer text into the Forum.  :o Could anything be done with this?  ???
I don't have any problems with my Firefox browser
You are right. No problem with SeaMonkey as well. Just the iExploder  :(
#823
Wish List / Re: Something for the Future..........
October 22, 2009, 11:21:20 AM
Quote from: Corsair on October 21, 2009, 06:44:41 PM
everything that we're saying is correct, but not so correct, because the computer (Laptop) I connect
has no dns known available that the fixed computers at home should know in the remote_host.cfg,
so, is it anyway of giving a fix name to the laptop and this intro in the remote_host.cfg of the fixed ones??
And what about giving also the laptop a DynDNS name? The same way as the router at home?
#824
Wish List / Re: Graph scaling
October 22, 2009, 11:18:14 AM
Quote from: Pepo on October 14, 2009, 02:57:12 PM
P.S. Writing any text longer then some 12 lines is a torture, the input field is being scrolled up after each typed character :-[ ???  >:(  :-\
For clarification - I've meant writing a longer text into the Forum.  :o Could anything be done with this?  ???
#825
Wish List / Re: Download Page for TT & BT
October 21, 2009, 12:53:23 PM
Could it be possible that the project and download pages were obviously visible from this forum? Or am I just not able to see it?

Be it a separate category in Generals, or at least a question in FAQs pointing to them, or even maybe the small "eFMer  BoincTasks  TThrottle" banner in the upper right forum corner could point to their web pages?