MrSinatra;175848 Wrote: 
> i think 13meg for slimtray is bloated

I agree.  I imagine something written in C for Windows would be a few
hundred kilobytes.

> but 68megs, climbing, and unresponsive?  it doesn't happen often, but it
> does happen.

There were some changes made to SlimTray for 6.5.1.  I doubt that
they've all been ironed out.

I stopped using SlimTray a while ago.  What does it do?

It stops/starts the SlimServer service.  That's easily done from the
Services manager.  If you want a quicker way, create a couple of batch
files and place an icon on the desktop or create   If you run more than
one instance of SlimServer on the server then you'll need to do this
anyway, as the service name is hard-coded into SlimTray, so it controls
at most one instance.

Batch files:

@echo off
REM Stop SlimServer service
net stop slimsvc

@echo off
REM Start SlimServer service
net start slimsvc

And SlimTray also links to the home page of the web ui.  So put a
bookmark in your browser.  Or create a shortcut and place it in the
Start menu.

That's pretty much all that this 7-13 MB application does.


-- 
JJZolx

Jim
------------------------------------------------------------------------
JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=32257

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to