[Help] How many file uploading in the same time?

bhatav

Registered Member
Joined
Sep 17, 2013
Messages
72
Reaction score
7
Hello...

Can someone explain how many file uploading in the same time with this specification

Disk Space : 1GB
Bandwidth : 20GB
Virtual Memory : 1GB
Physical Memory : 1GB
Entry Processes : 50
============

I've handled a website with +-300 users

And in the next two weeks
The users need to uploading 4 documents image into the website (+- 600KB Max per doc.)

And they have 48 hours to send documents into the website

The question is...
With that our hosting specification, could my server processes this?
How much file uploads on the same time?

Thank you very much for your time & replies everyone :)
 
There is a lot of other factors that go into play here. The nice thing about being on a VPS if it looks like you need more resources you can bump it up some.

To me if this is going to be an on going deal look like you will need more than 1 GB diskspcae. I would also bump the cores and ram up a little. I would rather have more than I need than not enough and my site crash. After you get going and you really see what resources your site takes you can either bump down the config or take it up a little higher.
 
There is a lot of other factors that go into play here. The nice thing about being on a VPS if it looks like you need more resources you can bump it up some.

To me if this is going to be an on going deal look like you will need more than 1 GB diskspcae. I would also bump the cores and ram up a little. I would rather have more than I need than not enough and my site crash. After you get going and you really see what resources your site takes you can either bump down the config or take it up a little higher.

Thank you very much
=====
Im going to upgrade my hosting to 2GB

Is it enough to handle those capacity?
 
If you can code, or if you have a developer friend, why not simply write a a code to link your file upload script to your personal dropbox(dropbox uploader is availale as a dropin widget) or an amazon S3 bucket? That way you dont have to worry about either bandwidth, or RAM or storage
 
Back
Top