Practical mod_perl / HTML Book /



previous page: 13.7. Using the Perl stat( ) Call's Cached Results
  
page up: HTML Version of the book
  
next page: 13.9. Printing Unmodified Files

13.8. time( ) System Call Versus $r->request_time


If you need to know the time at which the request started, you can either install PerlPostReadRequestHandler, which adjusts the special Perl variable $^T to store that time:

$^T = time( );

and subsequently use that variable in the code, or you can use $r->request_time, which stores the exact request's start time and saves the extra system call to time( ).

 

Continue to:

  • prev: 13.7. Using the Perl stat( ) Call's Cached Results
  • Table of Contents
  • next: 13.9. Printing Unmodified Files







TOP
previous page: 13.7. Using the Perl stat( ) Call's Cached Results
  
page up: HTML Version of the book
  
next page: 13.9. Printing Unmodified Files


Menu

  • HTML Book
  • PDF Book
  • Download Code
  • Table of Contents
  • Errata
  • mod_perl2 User's Guide
  • Sitemap

Search


Add to Google




Creative Commons License


Written by
Eric Cholet (Logilune) and
Stas Bekman (StasoSphere & Free Books).


[ Privacy Policy | Terms of Use | About Us | Search ]

© 2007 StasoSphere.com