On Mon, 29 Jan 2001, Vladislav Safronov wrote:

> Hi,
> 
> I've just finished a simple web based spellcheck application
> based on ispell, it's written as perl module which just call
> ispell on every request (actually keeps it open afert first request).
> The bad thing is N users used spellcheck there are N running
> useless ispells and it is not good I think. 


Have you checked CPAN?

http://search.cpan.org/search?dist=Lingua-Ispell

> I think as sort of spellcheck server should be written which can fork
> accordingly to user requests. 

> Where can I find sample code (skeleton code) for such server?
> Would you recommend any other method?
> 
> Thanx,
> 
> \Vlad.
> 



_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide 
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://logilune.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/  



Reply via email to