24-Dec-2012

Postponed
The date I would get a new connection has been postponed until 31-Jan-2013. That is: that will be the first date that the connection can be established. So this site will be up and running a few weeks longer than originally expected. I do have the anticipated address already, and both the modem and router/firewall delivered by the new ISP. That modem offers IPV6 connectivity, but I have no idea whether the firewall offers the same facilities as the current one. Eventually, if possible, I would have all IPV4 traffic pass as-is – including the IP address by the ISP – and use the current modem. If IPV6 is not a requirement, I could even think of not using that router at all. Something to discuss with the mechanic that will install the connection (free of charge).
Testing WP35
A colleague has asked me if I could help set up a WordPress installation, using latest versions of Worpress, SWS/Apache and PHP (by Mark Berryman). The site runs on an emulated Alpha (Avanti by MSI) but there were some issues, mainly functional but performance as well. Functionality should be tackled fist, so I set up an installation on Daphne, installed SWS, MOD_PHP and next Mark Berryman’s port, followed by WordPress 3.5. There were quite a number of files that needed to be renamed, since I found that, even after $ SET PROCESS/PARSESTYLE=EXTENDED, dots in a filename are replaed by underscores – and the code expects dots….No big deal, once you know what to look for.
I used the very same setup as I had done on Diana, including this blog. First, I started with the vanilla WP installation, nothing fancy, just plain out-of-the-box, and next I created the site blog that uses this code. My colleague has confirmed that the basic WP site works, next should be the test site.
If that all works, we should check whatever can be done to speed things up. Daphne is way smaller that the environment the blog will run on, and it already has shown that the way SWS works with PHP, requires quite a lot of resources, Memory, in particular, and process slots. Showing the admin page alone, requires at least 5 SWS worker processes, all requiring a full set up of the whole environment. And PHP.INI needs to be adjusted so the maximum execution time for any script is extended – well over the default 30 seconds. I have set it to 2 minutes on Daphne and even that’s not enough (though I could create the database in that time).
This offers me the opportunity to set up a WASD environment (which also exists in Daphne) to run the blogs in WP 3.5 – and later. Because I now have a working environment, be it under SWS….