> Isnt it somewhat overheaded to open a new database connection on every > fork, or was it designed for a usage like that ?
Our communication layer was written with longer running sessions in mind. You could try threads, which should be possible with newer Perl versions. Or you could create one or several db client processes and pipe the data to them from the forked processes. > BTW : is there someting like a documentation of the DBTech::sapdb > modules ? You shouldn't use SAP::DBTech::sapdb as it isn't supported anymore. Use DBD::ODBC instead (http://www.sapdb.org/7.4/sap_db_program.htm). The documentation for the other Perl modules is also on that page. Daniel Dittmar -- Daniel Dittmar SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org/ _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
