Hi all,<br><br>I&#39;m all with chx on this one, supposing we manage to actually make it works. Main advantages:<br><br>- the registry is local, we don&#39;t need to retrieve a big blob of cached data at each request. This is far more efficient for cluster scenarios, (by the way, the same could/should apply to the locale cache, which is currently nearly a 1MB blob of data, fetch from the database server at *each* request)<br>
<br>- the bootstrap process will be simpler and more efficient. Currently, we can&#39;t guarantee that users or developpers will not see difficult to debug error messages or exceptions. Our autoloader is just not robust enough, because it has to fetch registry data from the database - hence initialize the database) before anything else.<br>
<br>- we will be able to design database less scenarios. Drupal available right out of the box, with advanced installation profiles. That could lower a lot the barrier to entry of the software.<br><br>Now to more answers:<br>
<br><div class="gmail_quote">On Wed, Feb 4, 2009 at 4:32 PM, Ronald Ashri <span dir="ltr">&lt;<a href="mailto:ronald@istos.it">ronald@istos.it</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
1. If I am a new Drupal user that just wants to install the thing and do usual stuff will this SQLite issue ever cross my radar? Will I notice it exists? (let&#39;s assume that my host setup supports it and I don&#39;t have to change anything myself)</blockquote>
<div><br>No. That should be perfectly transparent to you. Just properly configure the files directory and everything will be done for you.<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
2. If I am a web developer putting together Drupal sites everyday will this help me put them together sites any faster?</blockquote><div><br>Yes. See above.<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
3. Will it help me save a site if a user messes things up? Will it help with upgrading to a new version of Drupal?</blockquote><div><br>Not really.<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
4. Will I need to touch it when I add or remove a module?</blockquote><div><br>No. The process should be completely transparent to you.<br><br>Damien Tournoud<br><br></div></div>