On 7/7/06, Siegfried Wolkenstein wrote:

Thank you,

I am more looking at a technical solution, rather than a way around the actual
problem.

It's like carrying on a download of a big file after a system breakdown
(wget -c).



In theory a single process can not be hibernated (serialized), or at
least it is not a good idea, as without this process running, no one
is protecting the resources this process uses to not be altered (i.e.
file locks, etc.). Unless the program itself makes some assumptions
and provide such a functionality (like wget). Transcode is not such a
program, so you will need a workaround.

You may look at cluster mode though - as it splits the job into chunks
- it may be enough for you.

--
--
Svetoslav Milenov (Sunny)

Windows is a 32-bit extension to a 16-bit graphical shell for an 8-bit
operating system originally coded for a 4-bit microprocessor by a
2-bit company that can't stand 1 bit of competition.

Reply via email to