Archive For May 26th, 2003
I had quite forgotten that PHP can fork a process just like in C! This might be a useful thing to know for doing background tasks, but to be honest the extra complexity required will probably put me off doing it. That’s where this Thread class comes in handy.. <?php include (“threadClass.php”); class testThread extends [...]
You can tell I’m busy. No posts today so far. Installing Apache, MySQL, PHP on a new machine, and fiddling with firewalls. Anyone good at iptables stuff? How do I let MSN Messenger through? The following would work fine if not for Messenger! # /etc/sysconfig/iptables *filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] [...]
