Paul,

I tested the hunspell library with a java program in a separate thread, and 
could not see any problem.

Regarding slow startup: Startup is, as Marcin says, very language dependent. 
Hungarian is much slower than English, for example. However, one needs to 
startup only once, and then use that class in the application. No need for 
multiple startups.

-eleonora


Hi,

I'm writing an interop layer for Hunspell for .net.  I'm experiencing really
slow creation of the Hunspell class.  It is taking about 2 sec to create
when using the en_US dictionary.  Is this how long its suppose to take?  Is
there some compiler flags/optimizations that I might be missing that would
speed things up? I'm looking to make the library work in a web environment
and 2 sec creation time really won't work.

On another note, is the Hunspell library thread safe?  Could I use a
singleton to process requests?

thanks for the help.
-- 
~ Paul


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to