Boston.pm meeting
I went to the Boston.pm tech meeting last night, to hear a YAPC talk from Kevin Falcone on AxKit. AxKit seems like an appealling project, but I never really understood the architectural decision to transform XML files in real time. It always seemed like a task better suited to offline processing.
Anyway, I overheard the Boston.com's software manager talk about their new CMS. They decided to migrate their home-brewed mod_perl scripts to Zope for the entire site. Bricolage was a candidate they considered, and would have required a lot less training for their perl-heads, but it didn't have the same level of support that Zope had. I asked if they used the perl integration that Zope Corporation built in, but they wanted to stay away from non-mainstream functionality. They found that whatever perl datafeed parsing jobs they wrote connected up to Zope via XML-RPC or WebDAV just fine.
On the non-mainstream other hand, they addressed the Zope performance bugaboo by implementing the newly supported edge-side-includes in Squid. Edge Side Includes is an initiative originally from Akamai that allows you to define HTML caching on a page component basis. It allows proxy servers to cache the boilerplate parts of your web pages (images, navigation) and just request the dynamic parts of the page from back-end servers.
I knew that the Squid/ESI work had started, but hadn't realized it had graduated out of the project's contrib section. I asked the dev manager Andrew if it was ready for prime time, and he said, "It better be, we're going live tomorrow." :-)
12:29:05 AM
|