Thank you very much, this topic in particular was one of the primary concerns in a possible migration of our systems to SAPDB. In the meantime I succeded installing SAPDB + Apache + PHP in a Linux box and conduced some simple tests with Apache's ab benchmarking tool. With no change in configuration parameters, I was able to obtain high levels of HTTP requests concurrency without any errors from PHP accessing SAPDB (same database-user). Congratulations for the great product, I plan to use it in my next projects.
Marcio -- Mensagem Original -- De: "Zabach, Elke" <[EMAIL PROTECTED]> Para: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>,[EMAIL PROTECTED] Enviar: 03:16 Assunto: RE: Increasing limit of connections per user [EMAIL PROTECTED] wrote: > Is there a way to increase the maximum allowed number of connections > per user? In web applications I currently run, all users share the > same database user, as they are authenticated by a "Users" table of > the database, not by a regular database user account. > Thanks for any comments or sugestions. CREATE USER ... NOT EXCLUSIVE will allow ANY number of connections to the database using the same database-user-name. The number of parallel sessions is limited to the configuration/installation-parameter MAXUSERTASKS, whose default is 50. Elke SAP Labs Berlin ___________________________________ NOCC, http://nocc.sourceforge.net _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
