Re: Is it a bad sign...



Kenny wrote:
....when apropos takes a minute to search for matches?

And speaking of minutes, it has been quite a few waiting for loop to count all the symbols. I wonder why it is so slow, doing maybe 1.5m/minute. And what the hell does apropos know that loop does not about zooming through all the symbols?

Did you compile the loop?


OK, 6.5m symbols. That's a lot, right?

What does your code do? Intern symbols all day?


And where should I put my money in my next computer?

Take a look at
http://arstechnica.com/guides.ars

In particular the System Guides. I personally think the sweet spot is around 4GB RAM with a dual-core 64-bit CPU (and OS). Unless you're willing to learn linux or OS X, Vista's probably the way to go.

- Daniel
.



Relevant Pages

  • Re: Is it a bad sign...
    ... And speaking of minutes, it has been quite a few waiting for loop to count all the symbols. ... I personally think the sweet spot is around 4GB RAM with a dual-core 64-bit CPU. ...
    (comp.lang.lisp)
  • Re: getting a threads state and CPU utilization
    ... a thread -- that is, running, suspended, or waiting on a synchronization ... deadlock by waiting on objects that form a loop, ... You couldn't just look for a long blocking wait since it might be ...
    (microsoft.public.win32.programmer.kernel)
  • FIFO Proccess deadlocked
    ... specific time and check again in a loop. ... a delay loop waiting for 1 message to finish. ... I don't see the dehydration mechanism is letting the desiered msg the ...
    (microsoft.public.biztalk.general)
  • Re: calling wait outside of loop
    ... and notify has been called prior to wait, ... what is the argument for calleding after the loop. ... Typically you may have multiple threads waiting, only one of which can proceed. ... Each thread will need to check the notify is for them. ...
    (comp.lang.java.programmer)
  • Re: [PATCH] make atomic_t volatile on all architectures
    ... which is necessary for their halt condition to occur, ... you suggest that we turn such non-atomics into volatiles too? ... Any loop that's waiting for an external halt condition either ...
    (Linux-Kernel)