|
[Date Index]
[Thread Index]
[Author Index]
Re: CDF files now on Gyre&Gimble (math blog)
- To: mathgroup at smc.vnet.net
- Subject: [mg121277] Re: CDF files now on Gyre&Gimble (math blog)
- From: JUN <noeckel at gmail.com>
- Date: Wed, 7 Sep 2011 05:39:30 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <j44kgj$97l$1@smc.vnet.net>
On Sep 6, 1:09 am, Themis Matsoukas <tmatsou... at me.com> wrote:
> > This apparently does not work on Safari:
>
> >http://www.abstractmath.org/Word%20Press/?p=2126
>
> > One sees the graph but there is no interactivity....
>
> I have no trouble interacting with the graph.
>
One worrisome thing about CDF is that it appears to conflict with
Mathematica when a Parallel computation is running (at least on Mac OS
X 10.6.8):
1) Save important files because your computer might slow to a crawl in
this experiment (be prepared to force-quit Mathematica).
2) In Mathematica, start a long evaluation using all kernels. The
following is an example, you could adjust the number of iterations:
ParallelTable[
Rasterize[Plot[Sin[x], {x, 0, \[Pi]}], ImageResolution -> 144], {i,
100}];
3) While the above is running, try to open a web page with a CDF in
it, for example
http://www.abstractmath.org/Word%20Press/?p=2126
The CDF will not load and hence the web page will not display
properly. The same happens on demos.wolfram.com and also on W|A when
CDF is enabled.
Jens
Prev by Date:
Re: Problem loading 3d models
Next by Date:
Re: Invoking pdflatex from a notebook
Previous by thread:
Re: CDF files now on Gyre&Gimble (math blog)
Next by thread:
Re: CDF files now on Gyre&Gimble (math blog)
|