It appears this error is being caused by load on the server. I
downloaded MicroShaft's load tester and when I fired it up I got the
same error, and had to restart ColdFusion. I guess this question has
now turned into a ColdFusion web service tuning question. Any ideas on
how to tune the CFMX7 server to not barf under heavy load?
Joe
> It appears this error is being caused by load on the server. I
> downloaded MicroShaft's load tester and when I fired it up I got the
> same error, and had to restart ColdFusion. I guess this question has
> now turned into a ColdFusion web service tuning question. Any ideas on
> how to tune the CFMX7 server to not barf under heavy load?
> Joe
Clustering, load balancing, caching...
Web service should ALWAYS process and return as little data as
possible, do not forget that it will have to serialise that data every
time it is called...