On Sunday 17 June 2007, martins wrote: > So, > Much off topic, but ok. > 1. drupal are ok, but soo slow.. and I don't need CMS. I want to write > my own. > > The main reason I want write my own framework / project is performance. > Now I think to use postgresql, memcached, PDO, apc. Three of those are independent of the framework per se. APC can be used with any serious PHP project. memcached can be supported by many. And Drupal can support APC and memcached and postgresql just fine, actually. :-) That makes it fly. > Need some help from experienced users! How to get done big project! Ok, > thanks. For what definition of "big"? If you're developing something that actually needs APC and memcached, then you're looking at several months of time for the framework itself to develop, test, and benchmark for performance if you're already skilled and have experience with other similar systems. If you have no prior experience with other systems (Drupal, Cake, Symfony, Propel, ezComponents, Zend Framework, whatever) then you're going to be coding yourself into oblivion and get nothing done. I speak from experience. :-) -- Larry Garfield AIM: LOLG42 larry@xxxxxxxxxxxxxxxx ICQ: 6817012 "If nature has made any one thing less susceptible than all others of exclusive property, it is the action of the thinking power called an idea, which an individual may exclusively possess as long as he keeps it to himself; but the moment it is divulged, it forces itself into the possession of every one, and the receiver cannot dispossess himself of it." -- Thomas Jefferson -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php