Re: [R] heavy processing during R_init_XXXXX()

2011-08-07 Thread Duncan Murdoch
On 11-08-07 8:09 PM, Alexandre Aguiar wrote: Hi. Need some advice. I have to load a library during R_init_X() with dlopen(). The library file is 23 megabytes long and loads several other libraries. Everything happens during dlopen() execution, out of control, and takes around 1 second on fir

[R] heavy processing during R_init_XXXXX()

2011-08-07 Thread Alexandre Aguiar
Hi. Need some advice. I have to load a library during R_init_X() with dlopen(). The library file is 23 megabytes long and loads several other libraries. Everything happens during dlopen() execution, out of control, and takes around 1 second on first load in a quadcore. Besides, due to secu