RE: [Mono-list] Time out using Npgsql

2005-07-01 Thread Francisco Figueiredo Jr.
--- Carl Olsen [EMAIL PROTECTED] escreveu: I have set up an identical web site on a Windows 2003 server using the same database on my Linux box. The next time the Apache site locks up, I'll see if the Windows 2003 site is doing the same thing. Both of them use Npgsql, so that may produce

RE: [Mono-list] Time out using Npgsql

2005-07-01 Thread Carl Olsen
] [mailto:[EMAIL PROTECTED] On Behalf Of Francisco Figueiredo Jr. Sent: Friday, July 01, 2005 2:47 PM To: mono-list@lists.ximian.com Subject: RE: [Mono-list] Time out using Npgsql --- Carl Olsen [EMAIL PROTECTED] escreveu: I have set up an identical web site on a Windows 2003 server using the same

Re: [Mono-list] Time out using Npgsql

2005-06-30 Thread Martin Hinks
First of all, can you take the SQL statement out of the stored procedure and just run it as a command from the ASP.NET page? If you can't then can you use a different client to run the query on the database? Does it happen when you try to run ANY stored proc or just this one in particular? If

RE: [Mono-list] Time out using Npgsql

2005-06-30 Thread Carl Olsen
PROTECTED] Cc: mono-list@lists.ximian.com Subject: Re: [Mono-list] Time out using Npgsql First of all, can you take the SQL statement out of the stored procedure and just run it as a command from the ASP.NET page? If you can't then can you use a different client to run the query on the database

RE: [Mono-list] Time out using Npgsql

2005-06-30 Thread Francisco Figueiredo Jr.
--- Carl Olsen [EMAIL PROTECTED] escreveu: I can't figure out where it is failing, because it just times out. It's happening on all of my page now, since I have a session hit counter in the global.asax.cs file that writes to PostgreSQL every time someone visits the site. Before I added the

RE: [Mono-list] Time out using Npgsql

2005-06-30 Thread Carl Olsen
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francisco Figueiredo Jr. Sent: Thursday, June 30, 2005 3:09 PM To: mono-list@lists.ximian.com Subject: RE: [Mono-list] Time out using Npgsql --- Carl Olsen [EMAIL PROTECTED] escreveu: I can't figure out where it is failing, because it just

RE: [Mono-list] Time out using Npgsql

2005-06-30 Thread Carl Olsen
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francisco Figueiredo Jr. Sent: Thursday, June 30, 2005 3:09 PM To: mono-list@lists.ximian.com Subject: RE: [Mono-list] Time out using Npgsql --- Carl Olsen [EMAIL PROTECTED] escreveu: I can't figure out