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

Latency Issue #6

Open
BubDZombie opened this issue Jul 29, 2009 · 1 comment
Open

Latency Issue #6

BubDZombie opened this issue Jul 29, 2009 · 1 comment

Comments

@BubDZombie
Copy link

Once an upload is finished, mod_porter streams the contents into a new file, which is passed along to the app server. With large files this process can take a long time, and clients, such as swf_upload, can time out waiting for the request to complete.

@NZKoz
Copy link
Collaborator

NZKoz commented Aug 3, 2009

This is the same behaviour with mongrel / passenger, it shouldn't be any slower than them.

One option would be to do what the 'perl glue' for apreq does and hardlink the contents, we'd be happy to take a patch which did this.

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