From: Don S. <do...@se...> - 2002-10-22 14:50:00
|
> I know I'm coming in too late in the game, but it'd be great if phpWS didn't > try to support every db in the known world. That way there wouldn't be a > bunch of middle-layer generalized db access protocols to slow everything > down. If we use the PEAR standards, then phpWS doesn't need to worry about supporting things, the PEAR team will have done all that legwork, and I'm confident that the PEAR team will have done it the most efficient way possible. Even if phpWS only wanted to support two or three, once you support more than one you might as well use PEAR and support them all, rather than write the functions yourself. I'd be interested in seeing some benchmarks about how the pear DB layer affects performance. I don't think the hit would be that bad. What is the largest scale site running phpWS, btw? Don. |