Skip to content

Instantly share code, notes, and snippets.

@2072
2072 / pthreadsIssue329.php
Created September 10, 2014 18:39
Pthreads (PHP) shared object management
<?php
// PHP PThreads issue 329 diagnostic script by John Wellesz
// Also a nice example of shared object management...
const ONEMUSEC = 1000000;
printf('file age: %d', time() - filemtime(__file__));
echo PHP_EOL;
@2072
2072 / README.md
Last active August 29, 2015 14:05
File creation/deletion profiling script