in reply to Re^3: System call doesn't work when there is a large amount of data in a hash
in thread System call doesn't work when there is a large amount of data in a hash
I will have look at POSIX::RT::Spawn
It is weird that there is no easy solution for this, is this also with python or other languages?
Because the mother process doesn't need to interact with sister process. I can write the information I need for 'blastn' to a file, then generate a new file that the mother process opens to read the result.<
So only the timing when the sister process starts is important, there is no need for a direct interaction.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: System call doesn't work when there is a large amount of data in a hash
by Anonymous Monk on Apr 29, 2020 at 16:56 UTC |