Flash or Java Applate uploader
If your software having a flash or java applate to upload video to server then its a very good script because if a person uploading video then it will totally freeze the apache and php_cgi loads into memory normally it should not load it self in memory it is only called by apache http.exe but it loaded it self into memory and other requests to the website are ignored and server runs out of memory. this cause the website 500 internal server error because unexpected unload of php_cgi from ram.
so insted of using perl or php based uploader if you use flash or java applate then it will save the server resources also. so this needs to be considered in to your feature versions.
Birender Singh
Re: Flash or Java Applate uploader
First, using Java would take up more resources as loading a Java stack will require dedicated memory on the server side (default is 512MB). This would start to get inefficient as you start to increase the number of simultaneous uploaders. Secondly, your problem is a Windows problem. The documentation clearly states that vShare was made for Linux servers. Your request should be that you would like full support for Windows installations versus a better uploader.