Friday, December 17, 2010

Multithreading question

Question: Do I need a rocket science degree to deal with lcms2 in multithreading mode? What are ContextID and THR functions?


Actually it is a lot more simple. ContexID is nothing else that a void pointer that user can associate to profiles and/or transforms. It has no meaning. Is just a sort of used defined cargo that you can use on your convenience. lcms does nothing with that . It has no relationship with threads, but can be used to store information about the thread. Obviously you can ignore it if wish so. Then, by default this void pointer is set to NULL when creating the transform or opening the profiles. Additionally, if the programmer wish, there are functions which end with THR that can set the this to values other than NULL. In this way the threads, processes or wathever that are using the profiles and transforms can retrieve the value. It is just a way to store a 32 bit value along the handles.

On the other hand we have the 1-pixel cache. This is very convenient on slow interpolation methods when most of the pixels in the image are similar. Obviously, caching means the transform should store the result of last processed pixel, then in the case two threads are using the same transform at the same time, memory read/write operations on this value may clash and therefore you need some sort of semaphore. Ok, you can use a semaphore (the pthreads) or just get rid of the cache enterely. Please note that in some situations the cache is not used at all, i.e., on matrix-shaper to matrix-shaper 8 bit, it is actually faster to do always the computations, so the cache schema is discarded on this case. On CMYK trilinear, cache is being used as interpolation tends to be slow.

So, to answer your questions: If you use redundant transforms, you need not to worry about anything as each transform is using different cache. May be fast, but this is big a waste of memory. If you share the same transform on several threads, which is very efficient, you have either to disable the cache or to enable pthreads. I would reccomend to disable the cache, the performance gain when using multiple threads is huge, the performance gain when using cache is  small. If you need more performance, just add more threads. You have not to use cmsCreateTransformTHR, this is just a way to add a user-defined variable to the handle, and finally cmsDoTransform does not have any ContexID, the error reports the ContextID associated with the transform being used. As a hint, ContexID are more useful when you want write a memory management plug-in to specialize memory mangement for multithreading, as the memory management pluging does recive ContextID when a memory operation is requested. The testebed application does use this feature to check memory consistency.

11 comments:

  1. Question: Does I need a rocket science degree to deal with lcms2 in multithreading mode? What are all that ContextID and THR functions?

    Does I need... Seriously?

    What are all that...

    Really?

    Question: Do I need a rocket science degree to deal with lcms2 in multithreading mode? What are the ContextID and THR functions?

    Much easier to digest.

    ReplyDelete
  2. There are several grammatical errors that makes this difficult to process without re-reading it just to reprocess the grammar errors, let alone to actually digest the context of your article on an important subject, LittleCMS 2.0. I gather English is probably not your first language, but perhaps having a colleague whose first language is English could help, by proofread your columns, and guarantee your important work gets understood as much as possible.

    For example:

    ``Actually is a lot more simple. ContexID is nothing else that a void pointer that user can associate to profiles and/or transforms.''

    This is just one option:

    No. It is not Rocket Science. It is rather elementary. ContextID is nothing more than a void pointer that the user can associate to profiles and/or transforms.

    ReplyDelete
  3. Ops, sorry I just did a copy & paste without checking anything. Thanks for pointing out.

    ReplyDelete
  4. This comment has been removed by the author.

    ReplyDelete
  5. This comment has been removed by the author.

    ReplyDelete
  6. If you are looking for the Software Engineering Help assignment then in this case you can opt for our Economics Assignment Help.we provide the best Online Economics assignment help services.We also provide Comparative Analysis Assignment Help for students across the globe. for more information contact us +16692714848.

    ReplyDelete
  7. As you get the Brother printer in error state, it is ideal to utilize straightforward investigating techniques to make it work once more. Additionally, you should check the USB or Wireless Connection to your printing device and PC works ordinarily. You may resolve the printer is inside Brother Printer in error condition which can't get to the huge time. On the off chance that you are attempting to settle the issue subsequent to getting the Brother specialized help will be valuable to find the best strategies to this issue printer error state. Our expert has dealt with a couple of ways which can help you fix Brother Printer error state.
    why is Brother printer in error state

    ReplyDelete
  8. I read this article and found it very informative and useful for the students. Thanks for providing such wonderful informative information. If you also need any educational assistance in Australia you can just search "Assignment Help Australia" on the internet and get the best academic expert advice on your project.

    ReplyDelete