[Gambas-user] gambas Process (next)

Charlie karl.reinl at ...9...
Sat Jan 18 23:26:45 CET 2003


Salut Benoit,

another question about the gambas Process.

First I toughte I have to wait after calling a
EXEC <code> FOR READ WRITE AS <Process>
wait <sec.>

then I found out, I can also write 
EXEC <code> WAIT FOR READ WRITE AS <Process>

now I think a
EXEC <code> FOR READ WRITE AS <Process>
is enought .

I this right that FOR READ WRITE AS <Process> returns at the end of 
execution, or is  he threated and can return while executed.

Have you any hint about calling Processes, because i want to open a 
process calling mySQL, and then
work with Process.send(<code>).

Till now all I tried was half and half.

Thanks Charlie






More information about the User mailing list