I have an uploading app I wrote a while ago, but whenever I upload a large files (>25MB) to it, it takes a considerable amount of time (LAN connection) to post and the python process pegs the cpu at 100% utilization.

Here is the code I'm using to handle the upload: https://github.com/pyther/uploader/blob/master/index.py#L561

I'm not really sure what is wrong. I experience this behavior running the webpy app as a standalone and also when lighttpd's fastcgi.

Any pointers would be appreciated.

Thanks!
~pyther

--
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to webpy@googlegroups.com.
To unsubscribe from this group, send email to 
webpy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to