in reply to Re^2: Sharing Tk-module objects in threads
in thread Sharing Tk-module objects in threads
Though even in the case of a separate process I'd normally set up a socket or pipe style connection between the GUI process and the DBI process and handle the socket/pipe events with I/O callbacks at the GUI side. The DBI side would probably be straightfoward code doing blocking calls.
|
---|