Forum Moderators: coopster
The bottleneck is in my app making the requests.
calling by ip address, using an internal ip not a public one
tests on the web service independently show that it can handle hundreds of connections per second before it starts complaining
I presume compiling the DAL with Zend would alleviate that.
MySQL Stored Procedures are another possibility. Using those, I wouldn't discard the DAL altogether, but its code would become dramatically smaller & simpler.