[racket] Online compilation button missing on 5.3.1 and Lubuntu 12.04?

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Fri Nov 23 12:27:07 EST 2012

This:

  (> (processor-count) 1)

appears twice in collects/drracket/private/module-language.rkt. Remove
it (or change the 1 to a 0 :).

If it doesn't seem too painful, then maybe I can just make the
preference default to disabled on single-core machines instead of
completely disabling it.

Robby

On Fri, Nov 23, 2012 at 11:20 AM, Grant Rettke <grettke at acm.org> wrote:
> Oh ok. I guess that feature is good for the economy, than :).
>
> Where is the check made in the code something simple that I can grep for and
> re-run raco setup to turn it on and to see how slow it is?
>
>
> On Fri, Nov 23, 2012 at 11:15 AM, Robby Findler
> <robby at eecs.northwestern.edu> wrote:
>>
>> On Fri, Nov 23, 2012 at 11:03 AM, Grant Rettke <grettke at acm.org> wrote:
>> > On Fri, Nov 23, 2012 at 10:58 AM, Robby Findler
>> > <robby at eecs.northwestern.edu> wrote:
>> >> Do you have more than 1 core?
>> >
>> > No, single core. Enjoying using Racket and friends running very fast
>> > and pleasantly on an old but fast laptop.
>>
>> That explains it, then. It isn't available unless there are at least 2
>> cores (it would be painfully sluggish without parallelism, I believe).
>>
>> Robby
>
>
>
>
> --
> Grant Rettke | ACM, AMA, COG, IEEE
> grettke at acm.org | http://www.wisdomandwonder.com/
> Wisdom begins in wonder.
> ((λ (x) (x x)) (λ (x) (x x)))


Posted on the users mailing list.