V
Vaddina Prakash Rao
Hello every one,
In our Linux Encoding system, a copy of helix dna producer is running
.....
i wrote an applicatoin which can remotely communicate with the
encoding machine ... Its function include
1. Kill currently running copy of the producer and
2. Restart the producer with new settings.
killing part of the producer was quite easy. But restarting it is
where i face problems. I use the system() function to issue the
command. But the problem is helix producer doesnt give back the
control to my program which makes my program not to respond. Does any
one have an idea for this ?? And can anyone suggest where does
function like fork, exec fit in my program ...
thanking you,
Vaddina Prakash Rao
In our Linux Encoding system, a copy of helix dna producer is running
.....
i wrote an applicatoin which can remotely communicate with the
encoding machine ... Its function include
1. Kill currently running copy of the producer and
2. Restart the producer with new settings.
killing part of the producer was quite easy. But restarting it is
where i face problems. I use the system() function to issue the
command. But the problem is helix producer doesnt give back the
control to my program which makes my program not to respond. Does any
one have an idea for this ?? And can anyone suggest where does
function like fork, exec fit in my program ...
thanking you,
Vaddina Prakash Rao