1497.html

来自「VB技巧问答10000例 VB技巧问答10000例」· HTML 代码 · 共 22 行

HTML
22
字号
<html>  <head>    <title>Re: 执行绪</title>  </head>  <BODY BACKGROUND="" BGCOLOR="white" TEXT="black" LINK="red" VLINK="#808080" ALINK="">    <center>      <h1>Re: 执行绪</h1>    </center><HR><p>Posted by <a href="mailto:yfwu@iname.com">小吴</a> on December 13, 1997 at 06:54:13:<p>In Reply to: <a href="1478.html"><b>Re: 执行绪</b></a> posted by jo on December 09, 1997 at 22:47:45:<p>我想你可能把 VB 所能做出的 multithread 和一般的 multithread 搞混了。<p>VB 的 multithread 只能对外部程式对你的程式要求建立物件才能发挥作用。而且是 apartment modal 的 multi-thread。若要做到真正的 multithread 必须呼叫 API 或是使用 3rd party 控制项。<p>产生一个 thread 和产生一个 instance 所耗费的系统资源当然不一样。当然是前者较节省资源。<p>当 VB 程式结束时,当然其所产生的 thread 会随之结束。任何 OS 中对 thread 的定义一定有这条呀!<br><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 1497--></ul><!--end: 1497--><br><HR><p></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?