/[svn]/doc/docbase/instrument_scripts/nksp/reference/functions/nksp_fork_function.html
ViewVC logotype

Diff of /doc/docbase/instrument_scripts/nksp/reference/functions/nksp_fork_function.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3297 by schoenebeck, Wed Jun 28 10:48:30 2017 UTC revision 3298 by schoenebeck, Wed Jun 28 10:55:28 2017 UTC
# Line 71  Line 71 
71      <note class="important">      <note class="important">
72        Due to the real-time nature of this script language and its use        Due to the real-time nature of this script language and its use
73        case, there is currently a limit of creating max. <code>8</code> child threads        case, there is currently a limit of creating max. <code>8</code> child threads
74        per thread. If you need more, you can still chain your fork() calls        per thread. If you need more, you can still chain your <code>fork()</code> calls
75        by letting the respective child threads call fork() themselves.        by letting the respective child threads call <code>fork()</code> themselves.
76      </note>      </note>
77    
78      <h3>Function Prototype</h3>      <h3>Function Prototype</h3>

Legend:
Removed from v.3297  
changed lines
  Added in v.3298

  ViewVC Help
Powered by ViewVC