Andre Reitz wrote: > Does anybody have experience about using the sapdbmodule.so / pyd > in a multithreaded environment? > > Are there any problems?
- creating and closing connections must be protected (see sapdbapi.py) - better not use signals. There's a signal handler set up which sends a cancel request to the kernel on a SIGINT, but the current logic works only in the single threaded case 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
