README
上传用户:sunvoinfo
上传日期:2007-01-04
资源大小:91k
文件大小:1k
源码类别:

WEB邮件程序

开发平台:

C/C++

  1. FastIMHO Pike module
  2. ====================
  3. See the file "LICENSE" in the IMHO distribution for license.
  4. WHAT IT IS:
  5. FastIMHO is a compiled Pike module, used by IMHO to speed up some 
  6. common operations such as parsing. For example, IMAP parsing is 
  7. usually a very slow operation (up to several seconds when reloading a mailbox). 
  8. With FastIMHO in your system IMAP parsing is ten times faster.
  9. PIKE MODULES VS. ROXEN MODULES:
  10. IMHO is a _Roxen_ module, written in Pike. Pike is an interpreted language,
  11. to which one can add compiled _Pike_ modules. These modules can be used
  12. from all Pike programs, including Roxen modules.
  13. INSTALLATION:
  14. Edit "Makefile". Change the paths if necessary.
  15. Run "make". 
  16. As owner of Roxen, run "make install".
  17.   Make sure IMHO is recompiled. If imho.pike is changed since it was last
  18.   loaded, reloading it should be enough (More Options->Reload Module.).
  19.   Otherwise, try "touch imho.pike" before reloading it or restart Roxen.
  20. That should be it.