Is the ibatis pool not recommended for production use?
Well, now and there I see that statement (from the gurus of iBatis also). I have a feeling that that nobody has actually used it in some high load apps, cause I've not seen any complaints also. Paradoxically, after having some problems with DBCP we just switched to that of iBatis and it works fine for couple of hundreds select/insert/updates per sec in multithreaded app. So I'm also interested in what is believed to be limitations of iBatis conn pool.
