FTP? – Yes! by hook_file_copy • Before display, alter URL for CDN support? – Yes! by hook_file_url_alter • When load file, streaming by other host? – Yes! by hook_file_load
statistics_get($nid) { if ($nid > 0) { // Retrieve an array with both totalcount and daycount. $statistics = db_fetch_array(db_query('SELECT totalcount, daycount, timestamp FROM {node_counter} WHERE nid = %d', $nid)); } return $statistics; }
and easy to enter Drupal (even not Engineer) – Can stack special requirement into Drupal – When more function or more user, scale out • Cons – Not so easy (if you would like to develop with D) – Not so flexible vs framework (because it isn’t) – Definitely can scale if well planned, but always not
day in Drupal http://sf2010.drupal.org/conference/sessions/24-million-page-views-day-6 0-m-month-one-server.html • Auto Scale Drupal setup in AWS http://www.slideshare.net/burgerboydaddy/scaling-drupal-horizontally-and- in-cloud • Drupal vs Django http://birdhouse.org/blog/2009/11/11/drupal-or-django/ • Drupal with nodejs https://www.drupal.org/project/nodejs • Drupal with Docker https://github.com/ricardoamaro/docker-drupal • Drupal with MongoDB https://www.drupal.org/project/mongodb