
When I need more information about tasks or something to play with, I start What's Running:
http://www.whatsrunning.net/whatsrunning/main.aspx
Icfu
Moderators: Hacker, petermad, Stefan2, white
I have it always running in the background, minimized to the tray (which itself shows useful information). Clicking on the traybar icon shows PE instantly. Always.PE is too slow...
Code: Select all
; Ctrl-Esc (Run or show Process Explorer)
^Esc::
DetectHiddenWindows ON
WinGet sf_sProcessName, PROCESSNAME, ahk_class PROCEXPL
DetectHiddenWindows OFF
if (sf_sProcessName = "")
{
Run %ProgramFiles%\Sysinternals\Process Explorer\procexp.exe
Return
}
if WinExist( "ahk_class PROCEXPL" )
WinActivate
else
{
DetectHiddenWindows ON
PostMessage 0x7e9, 1, 0x201,, ahk_class PROCEXPL
DetectHiddenWindows OFF
}
Return
Probably, as I'm missing some interesting applications!wrong choice CoMiKe
I know, no .NET application running, no problem.NET Framework will not slowdown your computer !
The problem is that I had the (probably wrong) thought that these applications are slow. For example, I found some time ago a BITS-based download manager written in .NET. Being a download manager, it means it would be running probably most of the time, and that would probably slow down my system.It will enable net applications to run, if you don't run them, no harm done.
Yes, I do. I installed it some time ago as some applications I wanted to test were written using Java. So, yes, you're right, installing JRE or the .NET framework does no harm, but I would probably not use applications written using these frameworks.Tell me, do you have JRE installed ?
Yes you do. RSS Bandit for instance.Probably, as I'm missing some interesting applications
They are usualy slow but some people know their job. Some people can programm it to be as fast as C application, but most of them don't do that, so apps are slow. Another reason is that framework itself is in its young days, in future it will be much faster. Note that memory overhead is big but it is FIXED. So small applications, like "Hello World" are wrong choice for comparison, but large apps with lot of options.The problem is that I had the (probably wrong) thought that these applications are slow
I don't know. I doubt that this can be serious anyway. Maybe some bugs or something stupid... or bad programmers.Are .NET applications backward compatible
IcfuNow imagine a future where a significant percentage of applications are written in .NET. Each managed application, ignoring the memory overhead of document data and shareable memory like code and file system data, will eat somewhere between 10 and 100 MB of your virtual memory. If you think your system is slow now, wait until several of these applications are active at the same time and competing for physical memory.
It makes me wonder if Microsoft gets a cut of every RAM chip sold…
I was using snarfer till now, but somehow it stopped worked.majkinetor ! wrote:This is the best RSS client I found so far. U should definitely check this.
RSS Bandit
Link: http://www.rssbandit.org/
(.NET framework version 1.1 is required)
R you using the latest Version 0.3.0?djorge wrote:I was using snarfer till now, but somehow it stopped worked.
I've installed RSS Bandit and i am really surprised by its speed. Snarfer was small and faster but RSS Bandit seems to have more features and it's more stable than snarfer.