Re: [GD-General] responsive threading
Brought to you by:
vexxed72
From: Andras B. <and...@gm...> - 2005-07-29 23:06:55
|
Yeah, that's what I was thinking too, that this decompressing library makes some Win32 API calls, that result in the Windows kernel doing some system maintanence at a higher priority.. Mat Noguchi (BUNGIE) wrote: > Unfortunately, there are many function calls that can cause stalls under > multithreading: mixing blocking and non-blocking file i/o, allocating > memory with malloc/free, CRT functions that manipulate global state, > etc. |