Y
Yechezkal Gutfreund
I have a little CF project. With a little GUI.
The problem I have is that even after hitting the close box the process
hangs around. How do I know?
If I try the same EXE on a XP Pro box, I can see it in the task lisk. (I can
then kill it).
Oddly enough, killing it on the PDA (via the settings/memory/running) does
not really
kill it.
I assume I am not doing enough in the Forms.Dispose() in the GUI? Correct?
Which of the following things need to be done: (or more)
* close all open net streams
* close all open sockets
* kill all threads
* stop any pending beginReads on the netstreams
If you could be so kind as to put a check by the essential ones (e.g. I
assume that close
a netStream that owns the socket will also close the socket and stop the
pending reads).
--
==================================
Yechezkal Gutfreund
Chief Scientist
Kesser Technical Group, Inc.
==================================
The problem I have is that even after hitting the close box the process
hangs around. How do I know?
If I try the same EXE on a XP Pro box, I can see it in the task lisk. (I can
then kill it).
Oddly enough, killing it on the PDA (via the settings/memory/running) does
not really
kill it.
I assume I am not doing enough in the Forms.Dispose() in the GUI? Correct?
Which of the following things need to be done: (or more)
* close all open net streams
* close all open sockets
* kill all threads
* stop any pending beginReads on the netstreams
If you could be so kind as to put a check by the essential ones (e.g. I
assume that close
a netStream that owns the socket will also close the socket and stop the
pending reads).
--
==================================
Yechezkal Gutfreund
Chief Scientist
Kesser Technical Group, Inc.
==================================