performance

JLCUENCA

New Member
Maybe this is a very easy question. But I want to know how you deploy the r files.

In the server or in the client machine?

I allways put the r files in the server but is very slow. Helps to obtain a better performance if a put the r files in the client machine?

thanks
 

mra

Junior???? Member
We deploy the rcode in procedure libraries, that way we only have one (or a few) files to distribute. The library files are placed on a file server.

This also has an added performance benefit, because progress doesn't check for changed procedures in .pl files (The same functionality as the -q startup parameter).


Hope it helps

Regards
Mike
 
Top