Use of MagickWand C API in server environment
Posted: 2010-10-02T01:05:00-07:00
Hi,
I'm using MagickWand to do high quality image resampling in a server environment (Apache/Mono/ASP.NET/C# interop -> ImageMagick). It's working, but I'm just wondering about when I should be calling the genesis/terminus functions. Should I call these each time I process an image, or should I call them when the site loads/unloads. Related, are there any threading issues I should be aware of.
Thanks.
I'm using MagickWand to do high quality image resampling in a server environment (Apache/Mono/ASP.NET/C# interop -> ImageMagick). It's working, but I'm just wondering about when I should be calling the genesis/terminus functions. Should I call these each time I process an image, or should I call them when the site loads/unloads. Related, are there any threading issues I should be aware of.
Thanks.