[Mono-devel-list] HTTP remoting versus PHP client

Brion Vibber brion at pobox.com
Tue Jul 5 18:03:56 EDT 2005


I'm trying to use XML-RPC to make calls on a C# remoting server from a
PHP client (using Cook Computing's XML-RPC.NET and PEAR::XML_RPC).

My methods are working, but I've found that it takes 60 seconds for the
call to return on the client. This appears to be because Mono's HTTP
remoting server channel doesn't close the connection; the PHP client
doesn't understand the HTTP 1.1 'Connection: close' header and just sits
there until it times out.

I've filed a bug report and a patch against Mono SVN here:
http://bugzilla.ximian.com/show_bug.cgi?id=75467

It seems to work for me; hopefully it doesn't break something else. :)

-- brion vibber (brion @ pobox.com)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 253 bytes
Desc: OpenPGP digital signature
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20050705/757f095e/attachment.bin 


More information about the Mono-devel-list mailing list