<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF xmlns="http://purl.org/rss/1.0/"
         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
         xmlns:dc="http://purl.org/dc/elements/1.1/"
         xmlns:content="http://purl.org/rss/1.0/modules/content/">

<channel rdf:about="http://base-art.net/Articles/20/">
<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>
<link>http://base-art.net/Articles/20/</link>
<title>Comments on article "Database replicata"</title>



<items>
<rdf:seq>

<rdf:li rdf:resource="http://base-art.net/Comments/24/"/>

<rdf:li rdf:resource="http://base-art.net/Comments/23/"/>

<rdf:li rdf:resource="http://base-art.net/Comments/22/"/>

</rdf:seq>
</items>


</channel>


<item rdf:about="http://base-art.net/Comments/24/">
<dc:date>2004-10-06T22:19:01.000002+02:00</dc:date>
<title>Jkx on Database replicata</title>
<link>http://base-art.net/Comments/24/</link>
<author>Jkx</author>
<description>
&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>
</item>

<item rdf:about="http://base-art.net/Comments/23/">
<dc:date>2004-10-06T17:36:03.000002+02:00</dc:date>
<title>phil on Database replicata</title>
<link>http://base-art.net/Comments/23/</link>
<author>phil</author>
<description>
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>
</item>

<item rdf:about="http://base-art.net/Comments/22/">
<dc:date>2004-10-06T16:38:57.000002+02:00</dc:date>
<title>Tim Lesher on Database replicata</title>
<link>http://base-art.net/Comments/22/</link>
<author>Tim Lesher</author>
<description>
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>
</item>


</rdf:RDF>