X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id C0066D7AC5; Tue, 22 Nov 2005 15:36:00 -0400 (AST) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 01859-10; Tue, 22 Nov 2005 19:36:00 +0000 (GMT) X-Greylist: from auto-whitelisted by SQLgrey- X-Greylist: from auto-whitelisted by SQLgrey- Received: from mx-2.sollentuna.net (mx-2.sollentuna.net [195.84.163.199]) by svr1.postgresql.org (Postfix) with ESMTP id A05E6D77DD; Tue, 22 Nov 2005 15:35:57 -0400 (AST) Received: from ALGOL.sollentuna.se (janus.sollentuna.se [62.65.68.67]) by mx-2.sollentuna.net (Postfix) with ESMTP id 8EF898F289; Tue, 22 Nov 2005 20:35:58 +0100 (CET) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Subject: Re: [HACKERS] Web page down (ad server) Date: Tue, 22 Nov 2005 20:35:57 +0100 Message-ID: <6BCB9D8A16AC4241919521715F4D8BCE92E893@algol.sollentuna.se> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [HACKERS] Web page down (ad server) thread-index: AcXvm74HbTvVgf+WS8m8X2fK07vEagAAC3Ow From: "Magnus Hagander" To: "Marc G. Fournier" , "Dennis Bjorklund" Cc: X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, score=0.001 required=5 tests=[AWL=0.001] X-Spam-Score: 0.001 X-Spam-Level: X-Archive-Number: 200511/143 X-Sequence-Number: 8858 > >> Stupid question Dennis ... what time was this? Early afternoon my=20 > >> time, we had an 'out of disk space' condition that forced me to=20 > >> restart the vServers on that machine ... > > > > Around '2005-11-22 9:00:00 CET'. That would be sometime in=20 > the middle=20 > > of the night US time. I'll try to remember to get a=20 > traceroute the next time. > > > > It's working now so it's not like it's a big problem. >=20 > The problem is that the javascript in the banner code is=20 > doing a document.write(), which is a sync call ... if there=20 > is a break anywhere in the network, or the ads server goes=20 > down for maintenance, it jams up the works ... >=20 > Does anyone know enough about Javascript to know how to=20 > re-write it so that its async instead of sync? :( I'm looking at this. See you on IM :) //Magnus