|
From: Emil B. <d9...@na...> - 2002-06-21 14:42:11
|
On Fri, 21 Jun 2002, Henk Poley wrote: > Another thing for my wishlist, a --silent option for the Verse server, so > you can pipe the output into a textfile (for watching the errors) without > having all these: > > 161635 (0) [0 0] \ > 162704 (0) [0 0] | > 163774 (0) [0 0] / > 164915 (0) [0 0] - OK, it's done. :) It's in the branch-20010824 branch in CVS right now. The option ended up being "-quiet", though, since it's a bit shorter, and also because other programs in the Verse suite tend to use a single hyphen even for their longer options. This is not very conformant to general GNU/Unix guide- lines, but... I don't care all that much. I could transplant some option parsing code from another project, but that would be too much like actu- ally working on Verse. So I won't. :) [crash] > I have connected to it with a couple utils (render, adamant, editor) and > Quel Solaar, which didn't gave anything like an error. I couldn't find the > exit widget, used the QS 'escape-button' F12. Could be that. There was > nothing loaded via loader, I did only create some nodes via the utils. I don't think the way in which you quit QS affects the server. I could be wrong, though, the details are no longer all that fresh in my mind. [...] > And a question, why does the server use 4% of CPU on my P100 while idle > (fresh start)? Good question, in my experience it shouldn't. I'm running an empty server now, just to test, and on my K6-233 it's steady at 0.0% CPU usage. Weird. Regards, /Emil |