Skip to content
Prev 1742 / 15274 Next

backtesting engine (full-blown) application

Ryan Sheftel wrote:
R from the command line interpreter is single-command-at-a-time (which 
is different from single-threaded, many R core analytical routines are 
multi-threaded).  There are also many methods available to make R run as 
a server process listening on a socket or on a cluster. It would be 
incorrect to simply classify R as a single-threaded application.  There 
is, as Ryan points out, programming effort involved to work in a 
clustered or multi-core environment, and wrapping R/DCOM with an 
event-based language is one approach to achieving this, but not the only 
one.

Regards,

    - Brian