From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!gegeweb.org!news.ecp.fr!news.jacob-sparre.dk!loke.jacob-sparre.dk!pnx.dk!.POSTED!not-for-mail From: J Kimball Newsgroups: comp.lang.ada Subject: Re: AWS Entry into the TechEmpower Framework Benchmark Project Date: Fri, 22 Nov 2013 01:53:31 -0600 Organization: Jacob Sparre Andersen Research & Innovation Message-ID: References: NNTP-Posting-Host: 109.201.154.210 Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: loke.gir.dk 1385106812 15252 109.201.154.210 (22 Nov 2013 07:53:32 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Fri, 22 Nov 2013 07:53:32 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 Thunderbird/25.0 In-Reply-To: Xref: news.eternal-september.org comp.lang.ada:17765 Date: 2013-11-22T01:53:31-06:00 List-Id: The old APQ 2.1 is practically a disaster. It doesn't support prepared statements, accessing columns by name in some instances and feels rather archaic overall. Not something I would suggest. There is a APQ successor that effectively rips apart Warren's APQ and rebuilds it part of the KOW framework by Ogro. https://bitbucket.org/kowframework On 11/21/2013 11:38 AM, Jeffrey Carter wrote: > On 11/21/2013 12:21 AM, Shark8 wrote: >> I got a response from the TechEmpower guys and there're three options >> for DB: >> MySQL, Postgres, and Mongo. >> >> Well, I grabbed MySQL... tried to use GNADE, but that apparently >> linked in 16-bit code and couldn't be run on my system. I tried >> getting the GNADE 2.0 branch, but so far I cannot get it to link with >> mysqlclient.lib and/or libmysql.lib >> >> Any suggestions? > > I've accessed MySQL using APQ. >