> I'm using MS Visual C++ .NET, Windows XP, and 1GB RAM.
> Why could be the reason why I get an error message saying
[quoted text clipped - 8 lines]
>
> My application does only have this additional thread.
Thanks Xav,
That's a worker thread, right?! I'm trying to create a multi-threaded server
which can serve several clients simultaneously, and I have heard that you
need user interface threads for this purpose.
Regards,
Joachim
> Have you tried something simpler like
>
[quoted text clipped - 20 lines]
> >
> > My application does only have this additional thread.
sergega4@yahoo.fr - 08 Mar 2005 12:07 GMT
a stupid suggestion, but I dare :
"Out of memory" makes me think of something not instanciated.
In your piece of code I see a CClientThread *Thread without any "new"
anywhere ?
Xav
> Thanks Xav,
>
> That's a worker thread, right?! I'm trying to create a multi-threaded server
> which can serve several clients simultaneously, and I have heard that you
> need user interface threads for this purpose.
> Regards,
> Joachim
[quoted text clipped - 23 lines]
> > >
> > > My application does only have this additional thread.