You could try forcing a garbage collection with something like GC.start (I think). You could try doing that after each connection, or after every N connections, if it takes too long.
--wpd
You could try forcing a garbage collection with something like GC.start (I think). You could try doing that after each connection, or after every N connections, if it takes too long.
--wpd