I have a Windows application that has some very data intensive threads that require much more than the default 2 MB allocated to them. There doesn't seem to be a way to do this via boost threads (which I already make use of throughtout my app). Is there any way to do this with the current release, or will I have to use beginthreadex directly for these threads.
Thanks,
Matt