Can you put some criteria on 'better'/'faster'. What throughput are you expecting? How many requests per second will you have to handle? What is the timing of your current method? What size/type machine will you be running on? Is data being accessed from a database which may influence the timing? So you need to give some specificity of what your requirements are.
You can probably get faster (but maybe not better) with a plug-in, but I would assume that it would also be more effort. On Sun, Jun 15, 2008 at 6:39 PM, Daniel Cegielka <[EMAIL PROTECTED]> wrote: > Hi R-users > > I think about some web service with stock charts and I plan use python as > web framework with R as mathematical and chart engine. I use rpy to connect > R with python. It works good. > > Is it good idea to use R as chart engine? Maybe it's better (faster) to use > c/c++ plugin? > > Daniel > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.