Routing Life Life at Accenture

Routing Life
Salesforce.com Not Completely Multi-Lingual

In my opinion, Salesforce.com is not ready to be used in multi-language environments. You can translate nearly everything displayed in the interface. But some key elements cannot be translated, and that’s blocking real multi-lingual support.

Apache CXF + WS-Security = “The signature or decryption was invalid”

Our SOAP web service with WS-Security written in Java using Apache CXF returns a SOAP Fault saying “The signature or decryption was invalid” when it’s run on Linux, but not when it’s run on Windows.

Upgrading XenServer Pool

When you want to upgrade a XenServer pool, there are a couple of things to keep in mind: If you want to add a new server to the pool, it is not possible to install a newer version of XenServer on that new server. Because once installed, it will not be able to join your [...]

A fast Queue for Routing in PHP

Lets honour the title of this blog, and talk about routing.

Global Javascript Variable “media” in Chrome 5

Apparently, you can’t use a global Javascript variable named “media” in Chrome 5. In all Chrome version prior to version 5, this was not an issue.

VMware ESXi vs XenServer

A run through the pros and cons of VMware ESXi and Citrix XenServer. And why we redeem ESXi for XenServer.

Optimized by-value Assignments in PHP
Optimized by-value Assignments in PHP

In programming some variable types are passed by value, others by reference. Using one or the other has a number of implications. This article handles about the implications of passing variables by value on speed and memory usage in PHP.

Page Speed Suggestions in Google Webmaster Tools
Page Speed Suggestions in Google Webmaster Tools

Google added a new labs feature to Webmaster Tools: Site Performance. Besides showing how fast (or slow) your site is, it also gives you some page speed suggestions.

Debugging PHP SoapClient
Debugging PHP SoapClient

When working with SOAP Web Services, it’s sometimes handy to see the raw SOAP request sent by the client and the raw SOAP response received from the server. This makes debugging your SOAP server or SOAP client that much easier.

VMware Server Disk IO Performance
VMware Server Disk IO Performance

After adding some guests to our VMware Server installation (more information about the installation of VMware Server in Ubuntu) I noticed it becoming realy slow. Even when the guests weren’t realy doing something, it was slow.