[Common-dev] Re: [Filesystem-dev] CR-Client: Fix httpfsys so it works with AutoUpgrade.
Greg Wright gwright at real.com> > Sounds good. But I wonder if the default response should be based on the > thread on which the task is created or the thread on which AddTask() is > called. In most cases you create a task and then call AddTask() so it is > all the same.But to me at least it seems safer to use the thread that > AddTask() is called on, just to be safe. I'm not set on that though. I can live with AddTask's thread for the default response thread. Mostly because I can then move the MakeThread call out of Tasks's ctor and into a spot where I can detect out of mem conditions (task manager). --greg.