Adrian Casey writes:
> I have a PyQt4 multi-threaded application which accesses many hosts
> concurrently via ssh. I would like each thread to have access to a
> database so that it can look up details about the particular system it
> is connected to.
>
> The easy way is to have each thread crea
I have a PyQt4 multi-threaded application which accesses many hosts
concurrently via ssh. I would like each thread to have access to a
database so that it can look up details about the particular system it
is connected to.
The easy way is to have each thread create a connection to the database.