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.
>
> 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?

You want to write an XS interface to the aspell API. That would be far
lighter. I thought about doing this a while back, but decided we didn't
need it for our current project.

-- 
<Matt/>

    /||    ** Director and CTO **
   //||    **  AxKit.com Ltd   **  ** XML Application Serving **
  // ||    ** http://axkit.org **  ** XSLT, XPathScript, XSP  **
 // \\| // **     Personal Web Site: http://sergeant.org/     **
     \\//
     //\\
    //  \\

Reply via email to