[mapguide-users] How can MapGuide support more than 64 connections on Windows ?

2009-02-16 Thread sftp
I have read the source code and i found that it used ACE::reactor default implementation ACE_WFMO_Reactor on Windows. ACE_WFMO_Reactor can only handle no more than 64 handles in one thread, so how can MapGuide support more than 64 socket connections? Maybe I didn't understand the source code.

Re: [mapguide-users] How can MapGuide support more than 64 connections on Windows ?

2009-02-16 Thread Zac Spitzer
hmm, good catch! tis probably the cause of http://trac.osgeo.org/mapguide/ticket/726 On Tue, Feb 17, 2009 at 1:13 PM, sftp s...@163.com wrote: I have read the source code and i found that it used ACE::reactor default implementation ACE_WFMO_Reactor on Windows. ACE_WFMO_Reactor can only handle