Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • There is probably a lock in that Regelengine thing. Commented Feb 4, 2011 at 16:01
  • 2
    The question is: Is the method inside the statement profiting from parallelism? The next thing I don't know, is what GetCategoryID does. Is there a database call which might be the bottleneck and prevent the code from using multithreading. Commented Feb 4, 2011 at 16:02
  • 2
    What happens in the method manager.GetCategoryID ? What happens in the ctor new Regelengine.Booking ? Commented Feb 4, 2011 at 16:02
  • There are no Database or network calls. The Constructor converts my Entity to the Entity used for the call to manager.GetcategoryID() which runs on a .COM library Commented Feb 4, 2011 at 16:06