Skip to content
Back to formatted view

Raw Message

Message-ID: <603100C2-66ED-4736-8F09-9AE289044739@sandia.gov>
Date: 2006-12-12T20:35:23Z
From: Jon Stearley
Subject: a web interface to identify()
In-Reply-To: <457F09E3.9010607@stat.auckland.ac.nz>

On Dec 12, 2006, at 12:58 PM, Paul Murrell wrote:
>
> Maybe Barry Rowlingson's imagemap is all you need?
> http://www.maths.lancs.ac.uk/Software/Imagemap/

Thank you for that suggestion.  Unfortunately the plots can involve  
hundreds of thousands of points, and our initial tests with imagemap  
indicated that for this many points it takes too long and generates  
too heavy an html document.  So we are looking for a lighter weight  
solution in order to keep the application responsive.  Current  
thought is to use fifo's between cgi scripts and a single persistent  
R process...

-jon