On Jul 15, 2013 5:35 AM, "Daniel Kinzler" <[email protected]> wrote: > > That may be true if you only want to connect to one wiki's databasse. But what > if you want to connect to all of them, one ofter the other, or maybe just a > handful, as needed?
Keep a hash/dict/assoc/map of IP address to db connection, and reuse the existing connection if you already have one for that IP?
_______________________________________________ Labs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/labs-l
