2008-03-10
基于 pull 的 mime 解释器的资料
关键字: mime pull 解释器
http://weblogs.java.net/blog/jitu/archive/2007/10/index.html
New project mimepull allows applications to access MIME attachments in a streaming fashion. Often times, larger MIME messages cannot be loaded into memory. Hence the whole message or attachment parts are written to a file system and access to the attachment parts is provided using those files.
But in some cases, the MIME attachment parts can be accessed by applications in a streaming fashion, provided:
* The parts are accessed orderly(as they appear in the stream)
* The parts are accessed only once.
http://www.mail-archive.com/server-dev@james.apache.org/msg02000.html
http://www.interactivecode.com/perl-18/raw-body-parts-mime-parser-41309/
New project mimepull allows applications to access MIME attachments in a streaming fashion. Often times, larger MIME messages cannot be loaded into memory. Hence the whole message or attachment parts are written to a file system and access to the attachment parts is provided using those files.
But in some cases, the MIME attachment parts can be accessed by applications in a streaming fashion, provided:
* The parts are accessed orderly(as they appear in the stream)
* The parts are accessed only once.
http://www.mail-archive.com/server-dev@james.apache.org/msg02000.html
http://www.interactivecode.com/perl-18/raw-body-parts-mime-parser-41309/
发表评论
- 浏览: 79323 次

- 详细资料
搜索本博客
我的相册
vim
共 2 张
共 2 张
最近加入圈子
最新评论
-
集成 IOCP 到 Libevent
去找了 memcached for win32 的源代码,结果可以顺利编译,并且 ...
-- by iunknown -
集成 IOCP 到 Libevent
qiezi 写道GetQueuedCompletionStatusEx也支持超时 ...
-- by iunknown -
集成 IOCP 到 Libevent
GetQueuedCompletionStatusEx也支持超时,用它代替sel ...
-- by qiezi -
集成 IOCP 到 Libevent
linux/solaris上的aio有多种回调/通知方式,可能和libevent ...
-- by qiezi -
集成 IOCP 到 Libevent
SPServer是一个很不错的框架,受到启发,我用boost::asio实现了一 ...
-- by wow






评论排行榜