Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Taking 32 minutes to upload file(9MB) to specified directory on server i.e. /var/tmp #10

Open
VaishaliWadhwa3 opened this issue Sep 30, 2019 · 3 comments

Comments

@VaishaliWadhwa3
Copy link

VaishaliWadhwa3 commented Sep 30, 2019

How can we reduce the time to upload the file to server's directory?
As File gets uploaded to the server's temporary block within a minute but storing the data in chunks to permanent storage area is taking long time.
For workingBoundaryData = ^M --filename, it takes long time

I am trying to upload a binary file of size 9MB from local system i.e Desktop to server's directory /var/tmp using cgi programming, C language for backend and html and javascript as frontend.

@boutell
Copy link
Owner

boutell commented Sep 30, 2019 via email

@VaishaliWadhwa3
Copy link
Author

Linux version 2.4.31-uc0
gcc version 3.4.1 ( Xilinx EDK 8.1 Build EDK_I.17 121005 )

@VaishaliWadhwa3
Copy link
Author

What platform is this on?

What platform is this on?

On Mon, Sep 30, 2019, 2:20 AM VaishaliWadhwa3 @.***> wrote: How can we reduce the time to upload the file to server's directory? As File gets uploaded to the server's temporary block within a minute but storing the data in chunks to permanent storage area is taking long time. For workingBoundaryData = ^M --filename, it takes long time — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#10?email_source=notifications&email_token=AAAH27PZNVWA64BBSIRQOR3QMGLEHA5CNFSM4I3WRLYKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HOOQ5CQ>, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAH27O5RXQ4CGQV7BK4BHDQMGLEHANCNFSM4I3WRLYA .

What platform is this on?

On Mon, Sep 30, 2019, 2:20 AM VaishaliWadhwa3 @.***> wrote: How can we reduce the time to upload the file to server's directory? As File gets uploaded to the server's temporary block within a minute but storing the data in chunks to permanent storage area is taking long time. For workingBoundaryData = ^M --filename, it takes long time — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#10?email_source=notifications&email_token=AAAH27PZNVWA64BBSIRQOR3QMGLEHA5CNFSM4I3WRLYKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HOOQ5CQ>, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAH27O5RXQ4CGQV7BK4BHDQMGLEHANCNFSM4I3WRLYA .

Linux version 2.4.31-uc0
gcc version 3.4.1 ( Xilinx EDK 8.1 Build EDK_I.17 121005 )

How can we reduce the time to upload the file to server's directory?
As File gets uploaded to the server's temporary block within a minute but storing the data in chunks to permanent storage area is taking long time.
For workingBoundaryData = ^M --filename, it takes long time

I am trying to upload a binary file of size 9MB from local system i.e Desktop to server's directory /var/tmp using cgi programming, C language for backend and html and javascript as frontend.

What platform is this on?

On Mon, Sep 30, 2019, 2:20 AM VaishaliWadhwa3 @.***> wrote: How can we reduce the time to upload the file to server's directory? As File gets uploaded to the server's temporary block within a minute but storing the data in chunks to permanent storage area is taking long time. For workingBoundaryData = ^M --filename, it takes long time — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#10?email_source=notifications&email_token=AAAH27PZNVWA64BBSIRQOR3QMGLEHA5CNFSM4I3WRLYKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HOOQ5CQ>, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAH27O5RXQ4CGQV7BK4BHDQMGLEHANCNFSM4I3WRLYA .

Linux version 2.4.31-uc0
gcc version 3.4.1 ( Xilinx EDK 8.1 Build EDK_I.17 121005 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants