greg schrieb:Wann wird Groundspeak von Google aufgekauft?
Ich war auch gerade am planen und schwups ging nix mehr.Taximuckel schrieb:Wer eine Urlaubs-Caching-Tour plant, sollte rechtzeitig seine Caches raussuchen!
Beamer schrieb:Ich hasse Mittwoch vormittag :evil:
Beamer schrieb:Ich war auch gerade am planen und schwups ging nix mehr.Taximuckel schrieb:Wer eine Urlaubs-Caching-Tour plant, sollte rechtzeitig seine Caches raussuchen!
Ich hasse Mittwoch vormittag :evil:
www.geocaching.com schrieb:Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
Gerade 'nen interessanten Fachartikel zum Thema gefunden: Tuning Up ADO.NET Connection Pooling in ASP.NET Applications.The Hawks schrieb:Ne, die haben anscheinend meistens nur Probleme mit der Verbindung IIS-SQL. ...
Connection pooling problems are almost always caused by a "connection leak" - a condition where your application does not close its database connections correctly and consistently. When you "leak" connections, they remain open until the garbage collector (GC) closes them for you by calling their Dispose method. Unlike old ADO, ADO.NET requires you to manually close your database connections as soon as you're done with them. If you think of relying on connection objects to go out of scope, think again. It may take hours until GC collects them. In the mean time your app may be dead in the water, greeting your users or support personnel with something like this:
Exception: System.InvalidOperationException Message: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. ...
Cornix schrieb:Exception: System.InvalidOperationException Message: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. ...
Kommt mir irgendwie bekannt vor. 8)
Cornix
The Hawks schrieb:Cornix schrieb:Exception: System.InvalidOperationException Message: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. ...
Kommt mir irgendwie bekannt vor. 8)
Cornix
Ja, definitv ^^ Vielleicht kann ja mal jemand http://www.geojoker.de benchmarken, wieviel die Seite aushält (aber wenn's geht ohne DoS, ja?)![]()
Beim Ersteren (benchmarken) kann das Zweitere (DoS) aber nicht wirklich ausgeschlossen werdenThe Hawks schrieb:Vielleicht kann ja mal jemand http://www.geojoker.de benchmarken, wieviel die Seite aushält (aber wenn's geht ohne DoS, ja?)