<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    <style type="text/css">
        /* Quote Levels Colors */
        blockquote.cite {    color: navy !important; background-color: RGB(245,245,245) !important;
        }
        blockquote.cite blockquote.cite {    color: maroon !important; background-color: RGB(235,235,235) !important;
        }
        blockquote.cite blockquote.cite blockquote.cite {    color: green !important; background-color: RGB(225,225,225) !important;
        }
        blockquote.cite blockquote.cite blockquote.cite blockquote.cite {    color: purple !important; background-color: RGB(215,215,215) !important;
        }
        blockquote.cite blockquote.cite blockquote.cite blockquote.cite blockquote.cite {    color: teal !important; background-color: RGB(205,205,205) !important;
        } 
</style>
  </head>
  <body>
    All,<br>
    <br>
    What's the story with threading in Scilab 6? Whereas previous
    versions appeared to be single threaded from an external DLL point
    of view, I see that the DLLmain function gets called by a one
    thread, whereas interface routines get called fromĀ another thread.
    Worse, looks like each interface routine call is made from a new
    thread. What is the threading model?? Is there a limited number of
    threads, or are threads created on the fly?<br>
    <br>
    Thanks, best wishes, <br>
    <br>
    Jasper<br>
  </body>
</html>