主題:network functions in multi-tasking envir 共有39109人關注過本帖 |
---|
kaman |
1樓 |
network functions in multi-tasking envir Post By:2005-7-25 16:56:00 [只看該作者]
Dear All,
    I am using ETR-232i and I bought the web and vrtx development kit as well, but I found that the network functions (webserver, ftp server, ftp_getput) cannot be run at the same time? Is it the network functions have re-entrant problem? what can I do? Kaman |
|
單帖管理 | 引用 | 回復 |
zhl |
2樓 |
Post By:2005-7-25 17:42:00 [只看該作者]
用的是DOS的文件系統,而DOS的文件操作是不能重入的。所以在多任務的環境下使用是,應避免他們直接發生沖突,比如可通過任務優先級的調整,或者設置信號燈來避免。
|
|
單帖管理 | 引用 | 回復 |