Hi Sergei, > Which perl is needed for OpenXPKI? > Threaded or not threaded? > What could be the difference in the OpenXPKI's behavior of both cases?
I am quite sure that OpenXPKI itself will not bother whether Perl was compiled threaded or unthreaded, it should work with both properly. (We don't use threading, instead the daemon simply forks away.) However, external dependencies may force you to choose either: Apache, mod_perl and other modules may force you to use a matching perl. Cheers Martin ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ OpenXPKI-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-devel
