Return-Path: Delivered-To: apmail-ibatis-dev-archive@www.apache.org Received: (qmail 3849 invoked from network); 26 Jul 2006 19:36:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jul 2006 19:36:45 -0000 Received: (qmail 27552 invoked by uid 500); 26 Jul 2006 19:36:45 -0000 Delivered-To: apmail-ibatis-dev-archive@ibatis.apache.org Received: (qmail 27536 invoked by uid 500); 26 Jul 2006 19:36:45 -0000 Mailing-List: contact dev-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ibatis.apache.org Delivered-To: mailing list dev@ibatis.apache.org Received: (qmail 27519 invoked by uid 99); 26 Jul 2006 19:36:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2006 12:36:44 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of clinton.begin@gmail.com designates 64.233.182.186 as permitted sender) Received: from [64.233.182.186] (HELO nf-out-0910.google.com) (64.233.182.186) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2006 12:36:43 -0700 Received: by nf-out-0910.google.com with SMTP id c31so801789nfb for ; Wed, 26 Jul 2006 12:36:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=fo2jlGmyatVie/9juDmOggpo4xQmLnmWePFr7A0/6fY6bHsS1fUCcrX5kcn8OsFLqx6gs5RMEZg9p5mYLAZXVE2nwSSyl6l5i1VUhqJHeCSvzQTcWW5jC2Zxx52fEkehM/3BNUoC/h4Gh8QumPHyshk9L4xBUEOqvqer/ylnwNo= Received: by 10.78.170.17 with SMTP id s17mr3410475hue; Wed, 26 Jul 2006 12:36:21 -0700 (PDT) Received: by 10.78.138.1 with HTTP; Wed, 26 Jul 2006 12:36:21 -0700 (PDT) Message-ID: <16178eb10607261236j7b0073abgadb89470b2b2f258@mail.gmail.com> Date: Wed, 26 Jul 2006 13:36:21 -0600 From: "Clinton Begin" To: dev@ibatis.apache.org Subject: Re: iBATIS DTD served every 2 seconds In-Reply-To: <44C7B213.1080807@gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_260996_32149030.1153942581674" References: <16178eb10607252302i18c6a6ebla7b5cce047254012@mail.gmail.com> <44C7B213.1080807@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_260996_32149030.1153942581674 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline The DTD is already in the WEB-INF/lib, as they're included in the JAR files. :-) Cheers, Clinton On 7/26/06, netsql wrote: > > Better yet, put your dtd in WEB-INF/lib. > .V > > > Clinton Begin wrote: > > Hi everyone, > > > > Guess what! On average, an iBATIS DTD is served up every 1.8 seconds > > from ibatis.com , and nearly 1.5 million per month. > > > > I know this because it's taking down my new web hosting service. Which > > sucks and, as far as I'm concerned, it's all due to WestHost sucking as > > a service provider ( Pair.com had no issues for the > > last 5 years). > > > > I know 1 per 2 seconds doesn't sound like much...realize that that's > > just the average. The reality is that some hours during the day, DTDs > > are being requested at an incredible rate, an average of 32 per second, > > which still doesn't sound like a lot -- but what can I say, WestHost > sucks. > > > > Unfortunately I signed up for 2.5 years. :-) Think they'll give me a > > refund...no. Anyway... > > > > So: > > > > * Nearly a year ago I warned that the iBATIS DTDs will be moved to > > Apache, and the warning has been on the homepage for just as long. > > * The DTDs should be resolved from the JAR file if you're using a > > modern version. > > * It's time to finally pull the plug. > > > > In 72 hours, I will remove the DTDs from iBATIS.com forever. > > > > You don't need to upgrade iBATIS to fix the problem, you just need to > > change your XML files. > > > > > > > PUBLIC "-//ibatis.apache.org//DTD SQL Map Config 2.0//EN" > > "http://ibatis.apache.org/dtd/sql-map-config-2.dtd"> > > > > > PUBLIC "-//ibatis.apache.org//DTD SQL Map 2.0//EN" > > "http://ibatis.apache.org/dtd/sql-map-2.dtd"> > > > > > PUBLIC "-//ibatis.apache.org//DTD DAO Configuration 2.0//EN" > > "http://ibatis.apache.org/dtd/dao-2.dtd"> > > > > Oh look, it's 11pm on the west coast. That means at 11pm on Friday, the > > DTDs will be gone. > > > > Sorry for any inconvenience. But you have had a year. :-) > > > > Best regards. > > > > Clinton > > > > > > > > ------=_Part_260996_32149030.1153942581674 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline The DTD is already in the WEB-INF/lib, as they're included in the JAR files.  :-)

Cheers,
Clinton

On 7/26/06, netsql < cekvenich@gmail.com> wrote:
Better yet, put your dtd in WEB-INF/lib.
.V


Clinton Begin wrote:
> Hi everyone,
>
> Guess what!  On average, an iBATIS DTD is served up every 1.8 seconds
> from ibatis.com <http://ibatis.com >, and nearly 1.5 million per month.
>
> I know this because it's taking down my new web hosting service.  Which
> sucks and, as far as I'm concerned, it's all due to WestHost sucking as
> a service provider ( Pair.com <http://Pair.com> had no issues for the
> last 5 years).
>
> I know 1 per 2 seconds doesn't sound like much...realize that that's
> just the average.  The reality is that some hours during the day, DTDs
> are being requested at an incredible rate, an average of 32 per second,
> which still doesn't sound like a lot -- but what can I say, WestHost sucks.
>
> Unfortunately I signed up for 2.5 years.  :-)  Think they'll give me a
> refund...no.  Anyway...
>
> So:
>
>     * Nearly a year ago I warned that the iBATIS DTDs will be moved to
>       Apache, and the warning has been on the homepage for just as long.
>     * The DTDs should be resolved from the JAR file if you're using a
>       modern version.
>     * It's time to finally pull the plug.
>
> In 72 hours, I will remove the DTDs from iBATIS.com forever.
>
> You don't need to upgrade iBATIS to fix the problem, you just need to
> change your XML files.
>
> <!DOCTYPE sqlMapConfig
>
>   PUBLIC "-//ibatis.apache.org//DTD SQL Map Config 2.0//EN"
>   "http://ibatis.apache.org/dtd/sql-map-config-2.dtd">
>
> <!DOCTYPE sqlMap
>   PUBLIC "-//ibatis.apache.org//DTD SQL Map 2.0//EN"
>   "http://ibatis.apache.org/dtd/sql-map-2.dtd ">
>
> <!DOCTYPE daoConfig
>   PUBLIC "-//ibatis.apache.org//DTD DAO Configuration 2.0//EN"
>   "http://ibatis.apache.org/dtd/dao-2.dtd ">
>
> Oh look, it's 11pm on the west coast. That means at 11pm on Friday, the
> DTDs will be gone.
>
> Sorry for any inconvenience.  But you have had a year.  :-)
>
> Best regards.
>
> Clinton
>
>
>


------=_Part_260996_32149030.1153942581674--