Search found 6 matches

by Maxxum
Thu Oct 15, 2009 3:11 pm
Forum: Emacs
Topic: Can open two Aquamacs at the same time?
Replies: 4
Views: 14530

Can open two Aquamacs at the same time?

I can open as many as Emacs I want on Fedora, but OS X apparently only allows one Aquamacs application to be opened at a time..... :(

Is there any way to work it around?

Thanks.
by Maxxum
Mon Sep 14, 2009 3:13 pm
Forum: Common Lisp
Topic: Clozure CPU usage limit?
Replies: 7
Views: 8918

Re: Clozure CPU usage limit?

Thank you very much!

For each SINGLE thread, the maximum CPU power it can get is ONE core. Is this correct?

IOW, to use the entire CPU, there should be at least two threads?
by Maxxum
Mon Sep 14, 2009 1:53 pm
Forum: Common Lisp
Topic: Clozure CPU usage limit?
Replies: 7
Views: 8918

Re: Clozure CPU usage limit?

BTW, are the following about the same CPU power?
* ONE core from a 2.26GHz Quad-Core Xeon
* ONE core from a 2.26GHz Core 2 Duo

Thanks a lot.
by Maxxum
Mon Sep 14, 2009 1:20 pm
Forum: Common Lisp
Topic: Clozure CPU usage limit?
Replies: 7
Views: 8918

Clozure CPU usage limit?

I have been using Clozure (ccl) on Linux (core 2 duo) and OS X (core 2 duo) My observations are: * On Linux, Clozure uses one core maximally and doest not really use the other one. (Occasionally, it switches cores, but it just uses one at a time) * On OS X, both cores are used for about 50%. Because...
by Maxxum
Thu Jul 02, 2009 2:51 pm
Forum: Emacs
Topic: need help on Clozure CL/Emacs on Vista
Replies: 6
Views: 16884

Re: need help on Clozure CL/Emacs on Vista

It turns out my source code is in MAC format. Clozure on Vista reads unix format by default. But when compiling code in mac format, it does NOT return any error and still generate object files. Although the size of these dummy object file is very small (< 1KB), it took me a long time to realize that...
by Maxxum
Wed Jul 01, 2009 8:31 pm
Forum: Emacs
Topic: need help on Clozure CL/Emacs on Vista
Replies: 6
Views: 16884

need help on Clozure CL/Emacs on Vista

I have been using Macintosh Common Lisp (MCL) for several years. Now I am switching to Clozure CL/Emacs on Windows Vista. The first problem is I cannot load/compile my files successively. I use (load (compile-file "....")). * Every .lisp file is "complied" to *.wx64fsl. But every...