On 2/21/07, James Carlson <[EMAIL PROTECTED]> wrote:
William James writes:
> On 2/21/07, James Carlson <[EMAIL PROTECTED]> wrote:
> > On Linux, I don't think you can do it.  This isn't a Linux-related
> > list, though, so if you're trying to port from Solaris to Linux
> > (why?), perhaps you'd get better answers on a different list.
>
> I wish to write an application which is portable between Solaris and
> Linux.

A couple of possible ideas:

  - stick to just the common interfaces, and avoid those that are
    either Solaris-specific or Linux-specific.

How can I simulate forkall behaviour in my application? Let all
threads pass a checkpoint, write their status there and recreate all
threads later with the checkpoint data in the new child process?

Cheers,
William
--
   @,,@   William James
  (\--/)  [EMAIL PROTECTED]
 (.>__<.) GNU/Solaris hacker
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to