I did not see any response to your post.
I'll add some info to your post.
1. We have try (just a few hours of work) and did not get it to work.
2. since we know we can do it by starting a new process using a c++ exe we took the
short cut and just do a system call to an external .exe program and pass the
parameters in the command line.
3. Personally I do not see any reason why it should not work.
4. If you always want to wait until the new thread finish before you continue you can
also use a PAC to handle this.
5. We have a situation where we want to delete some rows of data from a temparary
table in oracle and we do not need to wait for it to complete.
We just write a pro c program to do it and execute it as system command.
"James Law" <[EMAIL PROTECTED]> wrote:
>Hi,>>I need to do some precaching after a user gets a list of results on a
>web>page.>(go
out and do some socket calls to an image retrieval system)>>I currently have
an object
that extends thread, and works fine while running>in Visual
Cafe.>Unfortuneately
this same object when created in ND land, refuses to execute>it's run>method.
Any
reason why it won't run, even though i call the start method of>my
object?>>TIA>James
Law>[EMAIL PROTECTED]>>
_________________________________________________________________________
For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
For dire need help, email: [EMAIL PROTECTED]