README
上传用户:sunvoinfo
上传日期:2007-01-04
资源大小:91k
文件大小:1k
- FastIMHO Pike module
- ====================
- See the file "LICENSE" in the IMHO distribution for license.
- WHAT IT IS:
- FastIMHO is a compiled Pike module, used by IMHO to speed up some
- common operations such as parsing. For example, IMAP parsing is
- usually a very slow operation (up to several seconds when reloading a mailbox).
- With FastIMHO in your system IMAP parsing is ten times faster.
- PIKE MODULES VS. ROXEN MODULES:
- IMHO is a _Roxen_ module, written in Pike. Pike is an interpreted language,
- to which one can add compiled _Pike_ modules. These modules can be used
- from all Pike programs, including Roxen modules.
- INSTALLATION:
- Edit "Makefile". Change the paths if necessary.
- Run "make".
- As owner of Roxen, run "make install".
- Make sure IMHO is recompiled. If imho.pike is changed since it was last
- loaded, reloading it should be enough (More Options->Reload Module.).
- Otherwise, try "touch imho.pike" before reloading it or restart Roxen.
- That should be it.