It is possible to run continuous PHP applications on free Heroku? I run the PHP irc bot via browser by this code:
<?php
exec("(cd php-irc;/app/php/bin/php ./bot.php bot.conf &) > /dev/null 2>/dev/null &");
?>
Bot turns off after about an hour :(