From: Andrew B. <a.g...@le...> - 2005-06-13 11:20:53
|
The restriction on database connections per user was introduced to cope = with those users who use web-hoovers to copy large chunks of the site. We had = a particularly persistent problem with an apparent denial of service = attack which emanated from a sixth form college in Manchester. I complained to = the head of IT at the college and it stopped. We later found out that one of = our dental students had asked her father to hoover all the content related = to her course. It later transpired that her father was, of course, the = head of IT at the sixth form college. Aggie -----Original Message----- From: bod...@li... [mailto:bod...@li...] On Behalf Of Matthew Buckett Sent: 13 June 2005 12:04 To: bod...@li... Subject: [Bodington-developers] Commons DBCP I was going to have a look at moving from our custom database connection pooling to common-dhcp (http://jakarta.apache.org/commons/dbcp/). Initially this work would be against WebLearn HEAD but I could push it across to Bodington HEAD. Currently org.bodington.database.ConnectionPool doesn't cope with a database restart while Bodington is still running and rather than adding support for this I though it might make more sense to replace it with a "standard" open source equivilent. With the move to commons-dhcp we also get things like custom connection validation. One feature I might have to reimplement (or throw away?) is the restriction of the number of database connections per user which o.b.d.ConnectionPool currently supports. Any comments? --=20 +--Matthew Buckett-----------------------------------------+ | VLE Developer, Learning Technologies Group | | Tel: +44 (0) 1865 283660 http://www.oucs.ox.ac.uk/ | +------------Computing Services, University of Oxford------+ ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. =20 Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=3D20 _______________________________________________ Bodington-developers mailing list Bod...@li... https://lists.sourceforge.net/lists/listinfo/bodington-developers |