Re: GSWIN32.dll MultiThreaded
"Russell Lang" <[email protected]>
| Newsgroups | gmane.comp.printing.ghostscript.bugs |
|---|---|
| Organization | Ghostgum Software Pty Ltd |
| Message-ID | <[email protected]> |
"Pascal Chapuis" <[email protected]> wrote in message news:[email protected]... > Hi ! > > I was wondering if the GSWin32.dll version 7.05 is multithreaded. > > I'd like to use it on a webserver then I need multithread support. > Maybe "gs_main_instance_s" struct is badly translated and it interacts > with thread processing ? > I'm working in Delphi then It's a bit difficult to translate all the C > stuff. No, GS 7.05 does not support multiple instances of the interpreter within a single process. An attempt to request a second instance will fail, even though there is provision for doing so in the API. Ghostscript is being slowly modified to support multiple instances, but I wish it would happen faster.