-
Hi all,
I am encountering this error after I have attempted to make the library.
Any idea why?
regards,
Cornelius
$ make
g++ -DHAVE_CONFIG_H -I. -I./libdconn/dasyne/lowlevel -D_REENTRANT -Wall -g -O2 -MT DyConnect.o -MD -MP -MF .deps/DyConnect.Tpo -c -o DyConnect.o DyConnect.cpp
In file included from libdconn/dasyne/lowlevel/PollingConnect.hpp:16,
from...
2009-03-26 04:05:04 UTC by corneliuslee
-
Well,
I eventually found out the reason for that problem:
the function WaitingforMultipleObjects (...), from windows, just can't work with more than 64 threads, which is a built in limitation!
I didnt't figured out how to solve that problem though, but I suppose I'll have to call that function 64 threads by 64 threads, until all of them are finalized...
Hope it works and, by the way, I'd...
2009-01-05 01:12:57 UTC by bcod
-
Greetings,
I'm building a game server using DyConnect and there, obviously, I need MANY TCP connections at the same time.
Note: At the moment I'm building it under windows.
The problem is that when I set the max connections number to something over like 60 (it seems not to have any limit, am I right?) it gives me no error but leads the program to crash when deleting the NetworkEngine...
2008-12-23 18:55:26 UTC by bcod
-
myrdos2 committed revision 53 to the DyConnect SVN repository, changing 7 files.
2008-07-18 23:53:12 UTC by myrdos2
-
myrdos2 committed revision 52 to the DyConnect SVN repository, changing 7 files.
2008-07-16 00:40:36 UTC by myrdos2
-
myrdos2 committed revision 51 to the DyConnect SVN repository, changing 13 files.
2008-07-03 23:05:45 UTC by myrdos2
-
myrdos2 committed revision 50 to the DyConnect SVN repository, changing 5 files.
2008-06-26 17:10:31 UTC by myrdos2
-
myrdos2 committed revision 49 to the DyConnect SVN repository, changing 2 files.
2008-05-30 23:24:42 UTC by myrdos2
-
myrdos2 committed revision 48 to the DyConnect SVN repository, changing 4 files.
2008-05-30 22:09:33 UTC by myrdos2
-
myrdos2 committed revision 47 to the DyConnect SVN repository, changing 152 files.
2008-05-29 03:02:47 UTC by myrdos2