Hi all, I'm trying to develop a web site written in python that uses rpy2. The site has some HTML input forms. The data from these forms is then passed to R using rpy2. I've run into a problem with this though. If I try to run more than one request at a time, I get a RRuntimeError that concurrent access to R is not allowed. Does anyone know a way to work around this? Can more than one instance of R be created? Is there a way to somehow synchronize the access to R? Creating threads in the python code wouldn't really work because separate requests would be creating separate processes. Any help/suggestions would be appreciated.
Thank you, Ryan ------------------------------------------------------------------------------ _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list