Rewrites of urlread and urlwrite

版本 1.0.0.0 (5.1 KB) 作者: Fu-Sung Wang
Adding TIMEOUT to both url functions.
2.4K 次下载
更新时间 2005/9/15

无许可证

Two days ago, on MATLAB Newsgroup, I found Greggory asking something about "urlread" which is lack of TIMEOUT capability. And such a deficiency often leads to an embarrassing and horriable situation that main function gets freezed easily when the network is busy or abnormal.

At the beginning, I tried to follow the asker by using a timer, but it failed finally. The reason I thought is that timer can not interrupt the
task being busy at all and yet MATLAB doesn't have a scheme for using multi-threads so far. Fortunately, I discovered another hope that a part of urlread is written in JAVA. So I tried to modify the urlread function by adding a "timeout" parameter, enabling it to automatically stop the request at a time the user specified.

引用格式

Fu-Sung Wang (2024). Rewrites of urlread and urlwrite (https://www.mathworks.com/matlabcentral/fileexchange/8474-rewrites-of-urlread-and-urlwrite), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14SP2
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Web Services 的更多信息
致谢

启发作品: urlread2

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0

It isn't optimised, so let me know if there is any bug.