Re: Program lockup while using tunnel (General questions)
Hi.
We know about this problem. It's because wodSSHTunnel and your DB connection runs in the same thread. Since your DB blocks the thread while trying to connect, wodSSHTunnel cannot process windows messages (and socket-related messages) and everything hangs.
You could solve this problem by
1. Trying to use wodSSHTunnel.EXE instead
2. Setting Threading = True
3. Moving any of these 2 components in separate thread (DB if possible)
4. Setting DB to work in non-blocking (async) mode
You could try any of above.
Let me know how it goes.
Complete thread:
- Program lockup while using tunnel - user6116, 2005-07-06, 18:51
- Re: Program lockup while using tunnel - wodSupport, 2005-07-06, 20:40
- Re: Program lockup while using tunnel - user6116, 2005-07-07, 16:27
- Re: Program lockup while using tunnel - wodSupport, 2005-07-07, 16:41
- Re: Program lockup while using tunnel - user6116, 2005-07-07, 16:27
- Re: Program lockup while using tunnel - wodSupport, 2005-07-06, 20:40