* Radovan Garabik | > Can it be run from inetd? I'm really dying for a dict server that can be | | More or less, yes, it can, but currently it is a bit unusable | since it takes forever to start (it has to parse the index file(s), | and parsing is written in python - rewritting it in C is on my TODO list)
Why not just using cPickle and smart caching? It's pretty fast, ime. -- Tollef Fog Heen Unix _IS_ user friendly... It's just selective about who its friends are.