On 07-ago-09, at 17:04, Leonel Nunez wrote: > @Alvaro: can that rpath affect the performance ??
It shouldn't, actually. Rpath is no more than a property in the shared memory library. It only affects how dynamic libraries are loaded (and their missing symbols resolved). Since that's done only once, it should have no impact in the performance at all. -- Octality http://www.octality.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
