ufairiya / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

Slow receiving data on Windows (MinGW) #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. write callback for receiving big data by POST - it can be empty
   function.
2. compile example in MinGW on MS Windows, and GCC in Linux
3. send data (like file upload) by POST and compare how different 
   speed is in receiving data from request_info->post_data.

What is the expected output? What do you see instead?
Incredible slow receiving data on Windows (much over 10 times slower
then on GNU/Linux). 100% CPU consumption on one core systems.

What version of the product are you using? On what operating system?
Windows XP (x86), Windows 7 (AMD64) and Ubuntu 9.10 AMD64.

Please provide any additional information below.

Original issue reported on code.google.com by mpodes...@gmail.com on 14 Dec 2009 at 2:27

GoogleCodeExporter commented 9 years ago
Is that virtual machine or Physical machine

Original comment by vichu...@gmail.com on 5 Apr 2010 at 5:57

GoogleCodeExporter commented 9 years ago
It's physical machine. From what I remember it was tested on 3 (or more) 
different
PCs. One with XP 32bit (old AMD Athlon XP), one W7 64bit and Ubuntu 64bit 
(Phenom II
X4), and probably one with Debian 32bit (Pentium M). It's not mission critical 
bug
for me now, so I will retest this later.

Original comment by mpodes...@gmail.com on 5 Apr 2010 at 8:37

GoogleCodeExporter commented 9 years ago
Obsoleted by 2.9 - there is no post_data anymore.

Original comment by valenok on 7 Sep 2010 at 8:53