ndl at ravenbrook.com said: > Is it now thread-safe across these connections? To be specific, while > one thread is using a connection, should another thread also wishing > to communicate with the server: > ... > c) use a different connection concurrently? c) will definitely work. Thanks. For the record, did (c) work in 1.2c1? -nick