Update: the apache xmlrpc client keeps the connection open only if the server response contains a Connection: Keep-Alive header. Without this header the client closes the connection. Is this http 1.1 compliant? I thought in http 1.1 the connections are kept open until a "Connection: close" header is sent? Michael