Wez,
>There's not much difference between .25 and 1 second.
>
>
Ah, this may be so for the traditional use of webservices. But for
eCommerce applications for example speed is king and its also very
important to provide consistent speeds (i.e. not hang). I don't have
published reference links on this, but some of our private documents
point to a target of max. 200ms for an ad-serving related webservice
(which is technically absolutely feasable anyhow, even across the country).
>If you're talking soap on each page render, you're probably doing
>something wrong anyway; you should have some kind of cache in your web
>app.
>
>
>
No - by nature of our webapp, every request is unique and a cache would
not help.
The PHP soap implementation is very fast by the way ... my benchmarks
indicated 3-4ms request times on the LAN (without doing anything useful
inside the request). This compares to over 30ms for the
mod_perl/Soap::Lite implementation (and I haven't tested Java or .Net)
>That's not to say that we won't fix this issue, but we're not in a
>rush to do so.
>If you're feeling motivated, we'll gladly accept a patch against HEAD
>that implements this; otherwise, you'll have to wait until someone is
>motivated enough.
>
>
>
OK. I understand that. I'll try my best to come up with a patch set then.
Can someone point me to some documentation on how to do this? Is
someone willing to assist me in making this patch?
Bye
Andreas