Browse Source

Adding comment to finish call

Koen Schmeets 12 years ago
parent
commit
276f96aec3
1 changed files with 12 additions and 0 deletions
  1. 12 0
      laravel/laravel.php

+ 12 - 0
laravel/laravel.php

@@ -180,4 +180,16 @@ $response->send();
 
 Event::fire('laravel.done', array($response));
 
+/*
+|--------------------------------------------------------------------------
+| Finish the request for PHP-FastCGI
+|--------------------------------------------------------------------------
+|
+| Stopping the PHP process for PHP-FastCGI users to speed up some
+| PHP queries. Acceleration is possible when there are actions in the
+| process of script execution that do not affect server response.
+| For example, saving the session in memcached can occur after the page
+| has been formed and passed to a web server.
+*/
+
 $response->foundation->finish();