<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/symfony-devs</id>
  <title type="text">Symfony developers Google Group</title>
  <subtitle type="text">
  Symfony framework (http://www.symfony-project.com/)
  </subtitle>
  <link href="/group/symfony-devs/feed/atom_v1_0_msgs.xml" rel="self" title="Symfony developers feed"/>
  <updated>2013-05-15T10:21:30Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Roland Franssen</name>
  <email>franssen.rol...@gmail.com</email>
  </author>
  <updated>2013-05-15T10:21:30Z</updated>
  <id>http://groups.google.com/group/symfony-devs/browse_thread/thread/109afa5e16b02531/6f3fc4625f59a018?show_docid=6f3fc4625f59a018</id>
  <link href="http://groups.google.com/group/symfony-devs/browse_thread/thread/109afa5e16b02531/6f3fc4625f59a018?show_docid=6f3fc4625f59a018"/>
  <title type="text">Re: [RFC] Cache component</title>
  <summary type="html" xml:space="preserve">
  +1000 =) &lt;br&gt; However shouldn&#39;t the driver (in your example memcache) be more &lt;br&gt; interchangeable? The &amp;quot;key&amp;quot; memcache is now part of the definition right? &lt;br&gt; cache: &lt;br&gt; calculation: &lt;br&gt; driver: &lt;br&gt; name: memcache &lt;br&gt; options: &lt;br&gt; host: localhost:11211 &lt;br&gt; Perhaps a cachebundle should provide a cache engine interface to
  </summary>
  </entry>
  <entry>
  <author>
  <name>Rob Jensen</name>
  <email>robjense...@gmail.com</email>
  </author>
  <updated>2013-05-15T08:14:59Z</updated>
  <id>http://groups.google.com/group/symfony-devs/browse_thread/thread/51a692458bfa1d18/4ebb53e4e170ddd6?show_docid=4ebb53e4e170ddd6</id>
  <link href="http://groups.google.com/group/symfony-devs/browse_thread/thread/51a692458bfa1d18/4ebb53e4e170ddd6?show_docid=4ebb53e4e170ddd6"/>
  <title type="text">Re: [symfony-devs] symfony 2.3 what&#39;s next</title>
  <summary type="html" xml:space="preserve">
  Thanks for replying. It&#39;s nice to see some discussion taking place on the &lt;br&gt; issue. I&#39;d say benchmarks provide *some *insight into the baseline &lt;br&gt; performance that can be achieved with a framework. I think that&#39;s important &lt;br&gt; if performance is important to an application, which it often is for high &lt;br&gt; traffic websites especially. I think it&#39;s a well known fact that there is a
  </summary>
  </entry>
  <entry>
  <author>
  <name>JF Simon</name>
  <email>ad...@jfsimon.fr</email>
  </author>
  <updated>2013-05-14T19:42:01Z</updated>
  <id>http://groups.google.com/group/symfony-devs/browse_thread/thread/109afa5e16b02531/c10307af4eddbcb9?show_docid=c10307af4eddbcb9</id>
  <link href="http://groups.google.com/group/symfony-devs/browse_thread/thread/109afa5e16b02531/c10307af4eddbcb9?show_docid=c10307af4eddbcb9"/>
  <title type="text">Re: [RFC] Cache component</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; Based on the poc I done, I tried to imagine how a cache bundle could be &lt;br&gt; used. &lt;br&gt; I wrote a simple example: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://gist.github.com/jfsimon/d006baadb0fc89d4984d&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; I guess these functionalities could be achieved without major problems. &lt;br&gt; What do you think?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Roland Franssen</name>
  <email>franssen.rol...@gmail.com</email>
  </author>
  <updated>2013-05-14T18:03:20Z</updated>
  <id>http://groups.google.com/group/symfony-devs/browse_thread/thread/7b2aed5551cfbdfd/1c618fe393a9d0ec?show_docid=1c618fe393a9d0ec</id>
  <link href="http://groups.google.com/group/symfony-devs/browse_thread/thread/7b2aed5551cfbdfd/1c618fe393a9d0ec?show_docid=1c618fe393a9d0ec"/>
  <title type="text">Re: [symfony-devs] Re: [HttpKernel] Multi base/root dir support or not? :|</title>
  <summary type="html" xml:space="preserve">
  I should probably say: &amp;quot;a core configured with global configs&amp;quot; &lt;br&gt; OK, interesting :D When it&#39;s only about the config, why not simply import &lt;br&gt; There should be 1 company.yml, not a 100 =) now it should be symlinked &lt;br&gt; (which is probably OK with composer script handlers). &lt;br&gt; However each project still imports company.yml hardcoded in the project
  </summary>
  </entry>
  <entry>
  <author>
  <name>Sebastian Krebs</name>
  <email>krebs....@gmail.com</email>
  </author>
  <updated>2013-05-14T14:49:46Z</updated>
  <id>http://groups.google.com/group/symfony-devs/browse_thread/thread/7b2aed5551cfbdfd/eaa4018d175f9708?show_docid=eaa4018d175f9708</id>
  <link href="http://groups.google.com/group/symfony-devs/browse_thread/thread/7b2aed5551cfbdfd/eaa4018d175f9708?show_docid=eaa4018d175f9708"/>
  <title type="text">Re: [symfony-devs] Re: [HttpKernel] Multi base/root dir support or not? :|</title>
  <summary type="html" xml:space="preserve">
  2013/5/14 Roland Franssen &amp;lt;franssen.rol...@gmail.com&amp;gt; &lt;br&gt; &lt;p&gt;Thats exactly why I&#39;m asking: &amp;quot;Core&amp;quot; sounds like &amp;quot;CoreBundle&amp;quot; to me :) &lt;br&gt; &lt;p&gt;OK, interesting :D When it&#39;s only about the config, why not simply import &lt;br&gt; it like in &lt;br&gt; &lt;p&gt;imports: &lt;br&gt; - { resource: parameters.yml } &lt;br&gt; - { resource: ../company.yml } # &amp;lt;--- :)
  </summary>
  </entry>
  <entry>
  <author>
  <name>Roland Franssen</name>
  <email>franssen.rol...@gmail.com</email>
  </author>
  <updated>2013-05-14T11:41:42Z</updated>
  <id>http://groups.google.com/group/symfony-devs/browse_thread/thread/7b2aed5551cfbdfd/e5fdaed891227636?show_docid=e5fdaed891227636</id>
  <link href="http://groups.google.com/group/symfony-devs/browse_thread/thread/7b2aed5551cfbdfd/e5fdaed891227636?show_docid=e5fdaed891227636"/>
  <title type="text">Re: [HttpKernel] Multi base/root dir support or not? :|</title>
  <summary type="html" xml:space="preserve">
  It&#39;s about maintainable environments for multiple symfony projects (based &lt;br&gt; on a globale core, e.g. a product). &lt;br&gt; I think it should be more maintainable for non-automated environments. In &lt;br&gt; automated environments (e.g. capifony) symlinking is not a big deal as &lt;br&gt; there&#39;s a single point of entrance for maintenance. However with manual
  </summary>
  </entry>
  <entry>
  <author>
  <name>Roland Franssen</name>
  <email>franssen.rol...@gmail.com</email>
  </author>
  <updated>2013-05-14T11:28:13Z</updated>
  <id>http://groups.google.com/group/symfony-devs/browse_thread/thread/109afa5e16b02531/ba0fc62ef7e12bb8?show_docid=ba0fc62ef7e12bb8</id>
  <link href="http://groups.google.com/group/symfony-devs/browse_thread/thread/109afa5e16b02531/ba0fc62ef7e12bb8?show_docid=ba0fc62ef7e12bb8"/>
  <title type="text">Re: [RFC] Cache component</title>
  <summary type="html" xml:space="preserve">
  +1 for POC of JS Simon! &lt;br&gt; What about cache engines in a symfony application? Currently configuring &lt;br&gt; the different caches in each bundle is problematic (complex like the &lt;br&gt; security bundle). I would love to see a standardized way of implementing &lt;br&gt; cache layers in bundles. Engines can have different backends/drivers.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Sebastian Krebs</name>
  <email>krebs....@gmail.com</email>
  </author>
  <updated>2013-05-13T21:41:00Z</updated>
  <id>http://groups.google.com/group/symfony-devs/browse_thread/thread/7b2aed5551cfbdfd/feed7a9318dcf373?show_docid=feed7a9318dcf373</id>
  <link href="http://groups.google.com/group/symfony-devs/browse_thread/thread/7b2aed5551cfbdfd/feed7a9318dcf373?show_docid=feed7a9318dcf373"/>
  <title type="text">Re: [symfony-devs] [HttpKernel] Multi base/root dir support or not? :|</title>
  <summary type="html" xml:space="preserve">
  2013/5/13 Roland Franssen &amp;lt;franssen.rol...@gmail.com&amp;gt; &lt;br&gt; &lt;p&gt;Hi, &lt;br&gt; &lt;p&gt;My first thought here: &amp;quot;app/&amp;quot; contains the application-stuff. When you &lt;br&gt; split it even further, what does the other folders contain? If it contains &lt;br&gt; things, that you share between applications, maybe it should be a bundle &lt;br&gt; instead? &lt;br&gt; &lt;p&gt;I wouldn&#39;t share configurations between applications, because I would
  </summary>
  </entry>
  <entry>
  <author>
  <name>Roland Franssen</name>
  <email>franssen.rol...@gmail.com</email>
  </author>
  <updated>2013-05-13T17:07:43Z</updated>
  <id>http://groups.google.com/group/symfony-devs/browse_thread/thread/7b2aed5551cfbdfd/45c036ef3c86b771?show_docid=45c036ef3c86b771</id>
  <link href="http://groups.google.com/group/symfony-devs/browse_thread/thread/7b2aed5551cfbdfd/45c036ef3c86b771?show_docid=45c036ef3c86b771"/>
  <title type="text">[HttpKernel] Multi base/root dir support or not? :|</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I would like to start a discussion on multiple base/root dir support in the &lt;br&gt; HttpKernel\KernelInterface. &lt;br&gt; The basic idea is that an application can have multiple &amp;quot;app&amp;quot; folders for &lt;br&gt; different layers of configuration, resources etc. In a nutshell; global &lt;br&gt; resources (e.g. app/config/parameters.yml, app/Resources/views).
  </summary>
  </entry>
  <entry>
  <author>
  <name>Florin Patan</name>
  <email>florinpa...@gmail.com</email>
  </author>
  <updated>2013-05-11T15:02:36Z</updated>
  <id>http://groups.google.com/group/symfony-devs/browse_thread/thread/109afa5e16b02531/80ed11d03061bcac?show_docid=80ed11d03061bcac</id>
  <link href="http://groups.google.com/group/symfony-devs/browse_thread/thread/109afa5e16b02531/80ed11d03061bcac?show_docid=80ed11d03061bcac"/>
  <title type="text">Re: [RFC] Cache component</title>
  <summary type="html" xml:space="preserve">
  Fabien, is it safe to assume that the way to go will be integrating &lt;br&gt; Doctrine/Cache via a PSR interface, one that is voted? &lt;br&gt; If so, I think that the work JF Simon did is interesting (I haven&#39;t had &lt;br&gt; time to look on the PR itself). &lt;br&gt; If not, can you please provide a direction for this? &lt;br&gt; Especially when working with large traffic website I&#39;ve found this to be
  </summary>
  </entry>
  <entry>
  <author>
  <name>JF Simon</name>
  <email>ad...@jfsimon.fr</email>
  </author>
  <updated>2013-05-11T12:38:53Z</updated>
  <id>http://groups.google.com/group/symfony-devs/browse_thread/thread/109afa5e16b02531/a8f62eae33029826?show_docid=a8f62eae33029826</id>
  <link href="http://groups.google.com/group/symfony-devs/browse_thread/thread/109afa5e16b02531/a8f62eae33029826?show_docid=a8f62eae33029826"/>
  <title type="text">Re: [RFC] Cache component</title>
  <summary type="html" xml:space="preserve">
  Hello. &lt;br&gt; &lt;p&gt;I think the Symfony cache component should not be another cache backends &lt;br&gt; unification, but use existing ones (doctrine/cache, Stash) through the &lt;br&gt; future PSR cache interfaces. The value of this component would be in some &lt;br&gt; mechanisms built on top of the used backend(s), for instance: &lt;br&gt; - store metadata attached to cached items
  </summary>
  </entry>
  <entry>
  <author>
  <name>Kepten</name>
  <email>kep...@gmail.com</email>
  </author>
  <updated>2013-05-07T21:22:22Z</updated>
  <id>http://groups.google.com/group/symfony-devs/browse_thread/thread/51a692458bfa1d18/9a3fe0a38a89d9fb?show_docid=9a3fe0a38a89d9fb</id>
  <link href="http://groups.google.com/group/symfony-devs/browse_thread/thread/51a692458bfa1d18/9a3fe0a38a89d9fb?show_docid=9a3fe0a38a89d9fb"/>
  <title type="text">Re: [symfony-devs] symfony 2.3 what&#39;s next</title>
  <summary type="html" xml:space="preserve">
  I agree that in general frameworks cannot be measured equally in &lt;br&gt; benchmarks, but as long as the title of the Symfony website says: &amp;quot;High &lt;br&gt; Performance PHP Framework for Web Development&amp;quot;, any concern regarding &lt;br&gt; performance should be investigated and not treated as an offense IMO... &lt;br&gt; &lt;p&gt;Kepten
  </summary>
  </entry>
  <entry>
  <author>
  <name>liuggio</name>
  <email>liug...@gmail.com</email>
  </author>
  <updated>2013-05-07T14:24:35Z</updated>
  <id>http://groups.google.com/group/symfony-devs/browse_thread/thread/51a692458bfa1d18/af6ec568df0f5cb2?show_docid=af6ec568df0f5cb2</id>
  <link href="http://groups.google.com/group/symfony-devs/browse_thread/thread/51a692458bfa1d18/af6ec568df0f5cb2?show_docid=af6ec568df0f5cb2"/>
  <title type="text">Re: [symfony-devs] symfony 2.3 what&#39;s next</title>
  <summary type="html" xml:space="preserve">
  Benchmarks different frameworks are for those who doesn&#39;t know anything &lt;br&gt; about frameworks, practices and methodologies, &lt;br&gt; and wants a simple number in order to have something easy and quick to &lt;br&gt; learn and to share. &lt;br&gt; definition: &lt;br&gt; Benchmarking(1) = find a number in order to say &#39;COOL&#39; &lt;br&gt; Benchmarking(2) = easy way to get few visitors
  </summary>
  </entry>
  <entry>
  <author>
  <name>Benjamin Eberlei</name>
  <email>kont...@beberlei.de</email>
  </author>
  <updated>2013-05-03T19:55:35Z</updated>
  <id>http://groups.google.com/group/symfony-devs/browse_thread/thread/51a692458bfa1d18/21dbddda1db50913?show_docid=21dbddda1db50913</id>
  <link href="http://groups.google.com/group/symfony-devs/browse_thread/thread/51a692458bfa1d18/21dbddda1db50913?show_docid=21dbddda1db50913"/>
  <title type="text">Re: [symfony-devs] symfony 2.3 what&#39;s next</title>
  <summary type="html" xml:space="preserve">
  Benchmarks are totally useless imho. &lt;br&gt; &lt;p&gt;1. The symfony2 that is used in this benchmark is a standard edition with a &lt;br&gt; bunch of stuff installed, for example the security component running in &lt;br&gt; front of all requests, AOP, Di and FrameworkExtra bundles etc. Comparable &lt;br&gt; to all the other PHP frameworks that probably don&#39;t have this enabled by
  </summary>
  </entry>
  <entry>
  <author>
  <name>Albert Casademont Filella</name>
  <email>albertcasadem...@gmail.com</email>
  </author>
  <updated>2013-05-03T10:17:15Z</updated>
  <id>http://groups.google.com/group/symfony-devs/browse_thread/thread/51a692458bfa1d18/34c53ca569f63f47?show_docid=34c53ca569f63f47</id>
  <link href="http://groups.google.com/group/symfony-devs/browse_thread/thread/51a692458bfa1d18/34c53ca569f63f47?show_docid=34c53ca569f63f47"/>
  <title type="text">Re: [symfony-devs] symfony 2.3 what&#39;s next</title>
  <summary type="html" xml:space="preserve">
  The benchmark is actually using production settings, doctrine metadata apc &lt;br&gt; cache, and some other tricks. Please check out the code. &lt;br&gt; &lt;p&gt;On Fri, May 3, 2013 at 11:18 AM, Eduardo Oliveira &amp;lt;
  </summary>
  </entry>
</feed>
