Handling Multiple Concurrent Large Uploads Handling Multiple Concurrent Large Uploads nginx nginx

Handling Multiple Concurrent Large Uploads


Thanks for the discussion everyone. After looking into PHP Post/Upload process, it cleared up how things worked a little.

Updating the SDK appeared to eliminate those initial memory limit issues.

Of course I'm still looking into the issue of concurrency, but I feel like this is more of an apache/nginx/server config/spec optimisation issue than my language.

Thanks everyone!