Hi again, I thought I would start a new thread with the results of throughput testing:
Mongoose 4.1: 120KB/sec Mongoose 5.3.5: 368 KB/sec IIS 7: 1.75 MB/sec Verdict: 5.3.5 is much faster than 4.1 (over 3x as fast) But it is still much slower than IIS (which is4x faster) >From looking at the change logs ,it appears that there has been a large focus on working on the scalability of the server for handling thousands of small simultaneous requests. The development focus has been away from the raw throughput of when you have very few requestors, but they are downloading massive files over HTTP. I'm not sure this is something that can easily be fixed and keep the code as highly portable as it is...but on the other hand there may be one or two small bottlenecks which could easily be addressed with conditional WIN32 compilation. I leave it to you all to dig into. ;-) Thanks, Ryan -- You received this message because you are subscribed to the Google Groups "mongoose-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mongoose-users. For more options, visit https://groups.google.com/d/optout.
