aspell-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Aspell-user] Aspell issues.


From: Scott Gifford
Subject: Re: [Aspell-user] Aspell issues.
Date: Sat, 15 Oct 2005 16:53:56 -0400
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.2 (gnu/linux)

"Daniel Organek" <address@hidden> writes:

[...]

> We are running into a snag using Aspell through a perl call relating to web
> script.  It works, however, a process is left running when complete.  Is there
> some method of terminating the process that other people may have utilized?  
> We
> are currently using the -a switch as this is the common call for various perl
> modules.  I have noticed via the command line any way, that a Control-C is
> about the only way I have found to spawn an exit. 

Using the Text::Aspell module might help with this.

Otherwise, if you're starting aspell up yourself and talking it
through a pipe, you can kill it by PID when it exits.  If you're using
open or IPC::Open2::open2, the PID is returned by the call to open[2].

---Scott.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]