|
From: Jonathan H. <hen...@ya...> - 2005-02-17 05:22:35
|
Manolo, All, Glad to see a binary RPC for PHP - and that you are making efforts in both php4 and 5. I haven't seen any other good binary PHP RPC protocols. I had a couple of questions: - Do you really think using Curl Is faster - or does in just give you finer grained control than having to write all the headers yourself for POST? - What about zlib compression? I guess the problem with zlib compression is that you'd no longer be complying the Hessian protocol? - Jonathan Hendler |