[Mono-bugs] [Bug 79323][Wis] Changed - SessionSQLServerHandler fails when database restart

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Sep 8 12:04:37 EDT 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by robertj at gmx.net.

http://bugzilla.ximian.com/show_bug.cgi?id=79323

--- shadow/79323	2006-09-08 11:45:52.000000000 -0400
+++ shadow/79323.tmp.9434	2006-09-08 12:04:37.000000000 -0400
@@ -129,6 +129,15 @@
 ------- Additional Comments From informatique.internet at fiducial.fr  2006-09-08 11:35 -------
 if you add : pooling=false to the connection string, it works!
 
 ------- Additional Comments From informatique.internet at fiducial.fr  2006-09-08 11:45 -------
 Ok, it works well, with the new Npgsql from cvs (pgfoundry) we should
 tell Francisco to update mono too!
+
+------- Additional Comments From robertj at gmx.net  2006-09-08 12:04 -------
+BTW, you can use "pooling=false" w/out any loss of performance.
+The session handler doesn't take advantage from the pooling
+option anyway, because it uses only one connection all the time,
+until it detects a failure. That's faster than using
+Activator.CreateInstance with the database type on every
+page request.
+


More information about the mono-bugs mailing list