diff options
author | root <root> | 2008-05-26 03:54:40 +0000 |
---|---|---|
committer | root <root> | 2008-05-26 03:54:40 +0000 |
commit | d993d6efe358429d7aec3709f3ce85b50a756e2b (patch) | |
tree | 69ef97b637558a5736c3b91af5eae3af2a5dbd74 /ev.pod | |
parent | ae82b3131532560f75a0b1e1e87624b881373d03 (diff) |
*** empty log message ***
Diffstat (limited to 'ev.pod')
-rw-r--r-- | ev.pod | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -3304,6 +3304,13 @@ way (note also that glib is the slowest event library known to man). There is no supported compilation method available on windows except embedding it into other applications. +Not a libev limitation but worth mentioning: windows apparently doesn't +accept large writes: instead of resulting in a partial write, windows will +either accept everything or return C<ENOBUFS> if the buffer is too large, +so make sure you only write small amounts into your sockets (less than a +megabyte seems safe, but thsi apparently depends on the amount of memory +available). + Due to the many, low, and arbitrary limits on the win32 platform and the abysmal performance of winsockets, using a large number of sockets is not recommended (and not reasonable). If your program needs to use |