<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Asynchronous MySQL client library</title>
	<atom:link href="http://kingant.net/2008/09/asynchronous-mysql-client-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://kingant.net/2008/09/asynchronous-mysql-client-library/</link>
	<description>the personal nook of Mark Doliner</description>
	<lastBuildDate>Mon, 19 Dec 2011 06:28:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://kingant.net/2008/09/asynchronous-mysql-client-library/comment-page-1/#comment-768</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 05 Feb 2009 23:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://kingant.net/blog/?p=306#comment-768</guid>
		<description>&lt;p&gt;asynchronous lib&lt;/p&gt;
&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I wrote asynchronous client in C language. I search people interested by the subject for testing the lib.&lt;/p&gt;
&lt;p&gt;url: http://cv.arpalert.org/page.sh?mysac&lt;/p&gt;
&lt;p&gt;Thierry&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>asynchronous lib</p>
<p>Hello,</p>
<p>I wrote asynchronous client in C language. I search people interested by the subject for testing the lib.</p>
<p>url: <a href="http://cv.arpalert.org/page.sh?mysac" rel="nofollow">http://cv.arpalert.org/page.sh?mysac</a></p>
<p>Thierry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://kingant.net/2008/09/asynchronous-mysql-client-library/comment-page-1/#comment-755</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 18 Jan 2009 03:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://kingant.net/blog/?p=306#comment-755</guid>
		<description>&lt;p&gt;just got the same issue&lt;/p&gt;
&lt;p&gt;however, i did not create a proxy for that. looks like too much overhead, too.&lt;/p&gt;
&lt;p&gt;I initially wrote a C++ API atop of the mysql C API for my own convinience.&lt;br /&gt;
Later i noticed that some administrative queries may freeze your server for just too long (about 5 seconds in my case) so I tried to find out how to get async&#039;d mysql queries.&lt;/p&gt;
&lt;p&gt;http://code.ninchens.net/repositories/diff/libnuggad?rev=2a73707061a4476b43cdf76c0e4c01cb591dba68&lt;/p&gt;
&lt;p&gt;However, looks like i ran into a couple of issues:&lt;br /&gt;
 * you can&#039;t mix sync and async quries within the same mysql connection.&lt;br /&gt;
 * you cannot send multiple async queries in a row (without waiting/processing  the result first).&lt;/p&gt;
&lt;p&gt;This is really ugly. Has anyone an idea how to solve this?&lt;br /&gt;
Otherwise it looks like I&#039;m forced to do internal connection pooling in order to keep the outside api clean.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
trapni.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>just got the same issue</p>
<p>however, i did not create a proxy for that. looks like too much overhead, too.</p>
<p>I initially wrote a C++ API atop of the mysql C API for my own convinience.<br />
Later i noticed that some administrative queries may freeze your server for just too long (about 5 seconds in my case) so I tried to find out how to get async&#8217;d mysql queries.</p>
<p><a href="http://code.ninchens.net/repositories/diff/libnuggad?rev=2a73707061a4476b43cdf76c0e4c01cb591dba68" rel="nofollow">http://code.ninchens.net/repositories/diff/libnuggad?rev=2a73707061a4476b43cdf76c0e4c01cb591dba68</a></p>
<p>However, looks like i ran into a couple of issues:<br />
 * you can&#8217;t mix sync and async quries within the same mysql connection.<br />
 * you cannot send multiple async queries in a row (without waiting/processing  the result first).</p>
<p>This is really ugly. Has anyone an idea how to solve this?<br />
Otherwise it looks like I&#8217;m forced to do internal connection pooling in order to keep the outside api clean.</p>
<p>Cheers,<br />
trapni.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://kingant.net/2008/09/asynchronous-mysql-client-library/comment-page-1/#comment-734</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 08 Nov 2008 20:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://kingant.net/blog/?p=306#comment-734</guid>
		<description>&lt;p&gt;http://code.google.com/p/async-mysql-connector/&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://code.google.com/p/async-mysql-connector/" rel="nofollow">http://code.google.com/p/async-mysql-connector/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://kingant.net/2008/09/asynchronous-mysql-client-library/comment-page-1/#comment-722</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 09 Oct 2008 04:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://kingant.net/blog/?p=306#comment-722</guid>
		<description>&lt;p&gt;check here&lt;/p&gt;
&lt;p&gt;http://forums.mysql.com/read.php?45,183339,183339&lt;br /&gt;
http://jan.kneschke.de/2008/9/9/async-mysql-queries-with-c-api&lt;br /&gt;
[mysqlplus]&lt;br /&gt;
-=R&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>check here</p>
<p><a href="http://forums.mysql.com/read.php?45,183339,183339" rel="nofollow">http://forums.mysql.com/read.php?45,183339,183339</a><br />
<a href="http://jan.kneschke.de/2008/9/9/async-mysql-queries-with-c-api" rel="nofollow">http://jan.kneschke.de/2008/9/9/async-mysql-queries-with-c-api</a><br />
[mysqlplus]<br />
-=R</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Doliner</title>
		<link>http://kingant.net/2008/09/asynchronous-mysql-client-library/comment-page-1/#comment-715</link>
		<dc:creator>Mark Doliner</dc:creator>
		<pubDate>Sun, 21 Sep 2008 03:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://kingant.net/blog/?p=306#comment-715</guid>
		<description>&lt;p&gt;Heh, mostly just friends.  But my blog also shows up on &lt;a href=&quot;http://planet-im.com/&quot; rel=&quot;nofollow&quot;&gt;planet-im.com&lt;/a&gt;, so I feel like I&#039;ve got to talk about computer stuff every once in a while.&lt;/p&gt;
&lt;p&gt;Hello to Iceland!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Heh, mostly just friends.  But my blog also shows up on <a href="http://planet-im.com/" rel="nofollow">planet-im.com</a>, so I feel like I&#8217;ve got to talk about computer stuff every once in a while.</p>
<p>Hello to Iceland!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: modified</title>
		<link>http://kingant.net/2008/09/asynchronous-mysql-client-library/comment-page-1/#comment-714</link>
		<dc:creator>modified</dc:creator>
		<pubDate>Sun, 21 Sep 2008 03:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://kingant.net/blog/?p=306#comment-714</guid>
		<description>&lt;p&gt;Mark, who all reads your LJ?  I feel like I&#039;m one of your few nerdy readers and but I only hack java and I&#039;m of little use to you.  Greetings from Iceland btw. For a country with about as many people as Raleigh, they have suprisingly good wifi. &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Mark, who all reads your LJ?  I feel like I&#8217;m one of your few nerdy readers and but I only hack java and I&#8217;m of little use to you.  Greetings from Iceland btw. For a country with about as many people as Raleigh, they have suprisingly good wifi. </p>
]]></content:encoded>
	</item>
</channel>
</rss>

