uint32 0 Newbie Poster

Hi,

I'm looking to create a single exe / windows service that will convert and size given images. The application must be able to accept simultaneous calls from multiple external applications and notify the calling application once completed. Note, that I'm looking to have one conversion application dealing with all the conversions and not multiple instances of it. There will be large numbers of images being converted and I would like to tie the process of the conversion exe to a single core, allowing the other core to run everything else.

Anyway, I'm struggling to understand the mechanics of multiple applications offloading work to a dedicated conversion app and waiting for it to finish.

I know is a noob question but if someone can give me a hint of stuff to read up on or things to search on goolge it would be appreciated.

Thanks,
Greg.