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 more information on where the problem is occurring.

-----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 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 hit counter, it was only occurring on the page
> that had data connections to PostgreSQL.  It only happens occasionally,
not
> all the time.  Restarting Apache fixes it.  I'm not sure if the problem is
> Npgsql or Apache, or both.
> 


Hi Carl.

Can you check if your webserver box is having network problems with your
postgresql box? This may mean some type of firewall or some network program
which could temporarily disable access to your postgresql box.

Also, could you try some console app in your webserver box to connect to
your
postgresql box? This test could make you sure that you are being able to get
data from postgresql. It would also be good if you could put this console
app
to keep all day trying connections to postgresql in order to check if you
get
network down just sometimes.


I hope it helps.

Regards,

Francisco Figueiredo Jr.


        
        
                
_______________________________________________________ 
Yahoo! Acesso Grátis - Internet rápida e grátis. 
Instale o discador agora! http://br.acesso.yahoo.com/
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list



_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to