Parent Directory
|
Revision Log
|
Patch
| Revision 1.1 by sysadm, Sat Jul 3 05:22:23 2004 UTC | Revision 1.2 by sysadm, Sat Jul 3 08:47:07 2004 UTC | |
|---|---|---|
| # | Line 157 int base_passive::work() | Line 157 int base_passive::work() |
| 157 | delete(p); | delete(p); |
| 158 | continue; | continue; |
| 159 | } | } |
| 160 | if (base_passive::uThreadCount < MAX_THREAD) | if (base_passive::uThreadCount < MAX_CLIENT) |
| 161 | if (this->GetThreadPool()->GetThreadCount() < MAX_CLIENT) | if (this->GetThreadPool()->GetThreadCount() < MAX_CLIENT) |
| 162 | { | { |
| 163 | if (hThreadCurrent = CreateThread(NULL,0,(LPTHREAD_START_ROUTINE)base_passive::AcceptThread,(LPVOID)p,0,&ulThreadId)) | if (hThreadCurrent = CreateThread(NULL,0,(LPTHREAD_START_ROUTINE)base_passive::AcceptThread,(LPVOID)p,0,&ulThreadId)) |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |