• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

More powerful uploader

Status
Not open for further replies.

koxle

Chevereto Member
Hi,

When we upload the images, it uploads one by one,
upload...process....and then next one...upload...process,etc,
but why don't we do it at the same time?
If we don't wait the compress time of the uploaded images and upload all images directly,
It will save 20-30%time when we upload a lot of images.
I hope there is a powerful uploader in the future version.

Thanks
 
Actually is not hard to add a simultaneous upload feature to upload 2,3,n images at the same time time. It is also a great idea.

I think that I will add it soon.
 
Don't you think processing multiple large images at the same time can hog CPU cycles? There should be ability to choose how many simultaneous images should be processed.
 
Don't you think processing multiple large images at the same time can hog CPU cycles? There should be ability to choose how many simultaneous images should be processed.
Yes, that’s a major problem that we will face on. We can provide different settings of the uploader, such as the max number of processing images @same time or line up two different tasks ,one is uploading image, next one is processing image, both tasks do at the same time. It is useful for the server which is far away from its user and it have to use CDN to speed up the uploading speed. If uploads and processes images are one by one with CDN, it waste too much time to wait the CDN receive the image which is uploaded and send it to the original server and get the response from the original server.... tons of transfer lagging.
 
Don't you think processing multiple large images at the same time can hog CPU cycles? There should be ability to choose how many simultaneous images should be processed.

Key is to use 2 or 3 upload threads and of course that it should be configurable.
 
Status
Not open for further replies.
Back
Top