I then downloaded Microsoft's Virtual PC 2007 and in a virtual
machjine downloaded MicroSoft's Web Aplpication Stress 1.1. After some
testing with numerous simultaneous users settings I found a point at
the CF server will hang up and have to be restarted when using the web
service. When I change the .cfm to not use a web service but simply
call the cfc the CF server does not hang and response from the website
is acceptable.
Any suggestions on how to figure out why the web service hangs the
server while the same number of calls to the cfc without using a web
service is ok? It looks like a JVM issue but am not 100% sure at this
point.
Any help is greatly appreciated.
Joe
If you cfc is local to your web app, why in hell would you want to
call it as webservice? Webservice is by definition remote, the only
reason to use it is if you can not cal it in any other way...
BTW: from my experience I would say that simple http call (<cfhttp .../
>) is faster than calling the webservice too.
>
> If you cfc is local to your web app, why in hell would you want to
> call it as webservice? Webservice is by definition remote, the only
> reason to use it is if you can not cal it in any other way...
> BTW: from my experience I would say that simple http call (<cfhttp .../
>
>
>
> >) is faster than calling the webservice too.- Hide quoted text -