<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on article "Database replicata"</title>
<link>http://base-art.net/Articles/20/</link>
<description>&lt;p&gt;I'm having few issues with the db (sqlite powered) behind this blog. So it's necessary to migrate it to another DBMS (like PostgreSQL). The problem is that SQLite is a bit too light :) Fortunately, &lt;a class="reference" href="http://base-art.net/wk/Article/4.html"&gt;Alinea&lt;/a&gt; is using &lt;a class="reference" href="http://sqlobject.org"&gt;SQLObject&lt;/a&gt; to manage its database. So migration is trivial and can be done using a little &lt;a class="reference" href="http://svn.pythonfr.org/public/alinea/tools/DBCo.py"&gt;script&lt;/a&gt; which takes two db URIs and handle the data replication from a db to another.&lt;/p&gt;
</description>
<language>en</language>
<copyright>The contents of this blog are available for non-commercial use only.</copyright>
<generator>Alinea http://pythonfr.org/alinea/</generator>


<item>
<title>Jkx on Database replicata</title>
<link>http://base-art.net/Comments/24/</link>
<guid isPermaLink="true">http://base-art.net/Comments/24/</guid>
<description><![CDATA[
&lt;p&gt;In fact Alinea run on Webware + SQLObject. Webware use threads, and SQLObject is thread safe. But the sqlite DB python API isn't thread safe..&lt;/p&gt;
&lt;p&gt;PyPi have quite the same issues. I really don't we should use sqlite if you should handle simultaneous requests.&lt;/p&gt;

]]></description>
<dc:creator>Jkx</dc:creator>
<dc:date>2004-10-06T20:19:01Z</dc:date>
</item>

<item>
<title>phil on Database replicata</title>
<link>http://base-art.net/Comments/23/</link>
<guid isPermaLink="true">http://base-art.net/Comments/23/</guid>
<description><![CDATA[
Since the blog appeared on PythonPlanet, it crashed twice ... because of sqlite.ProgrammingError .. So it appears that sqlite doesn't work well when the application is under heavy load (high number of requests)
]]></description>
<dc:creator>phil</dc:creator>
<dc:date>2004-10-06T15:36:03Z</dc:date>
</item>

<item>
<title>Tim Lesher on Database replicata</title>
<link>http://base-art.net/Comments/22/</link>
<guid isPermaLink="true">http://base-art.net/Comments/22/</guid>
<description><![CDATA[
What kind of problems are you having?&amp;nbsp; I'm considering SQLite for a small project, and I'd like to hear about the downside.
]]></description>
<dc:creator>Tim Lesher</dc:creator>
<dc:date>2004-10-06T14:38:57Z</dc:date>
</item>


</channel>
</rss>