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

Performance of upload function #36

Open
jensiepoo opened this issue Aug 9, 2013 · 2 comments
Open

Performance of upload function #36

jensiepoo opened this issue Aug 9, 2013 · 2 comments

Comments

@jensiepoo
Copy link

When my program executes to the upload function, it always uploads the first few files, and the entire program gets stuck somewhere. Usually, I have to stop the program, re-run a couple times, before the upload function starts to work again. It seems like theres a peak of the upload function that once my program hops over that peak, the upload function executes perfectly. However, if it doesn't jump over that peak, the program gets stuck. Has this happened to anyone?

@pruhstal
Copy link

Yeah, sometimes I've noticed performance issues as well. It's only after I upload a few files. I'm gonna try to track it down, but it seems like some variables aren't getting emptied after a successful upload.

@madhums
Copy link
Owner

madhums commented Sep 22, 2014

I re-wrote the whole library using generators and graphicsmagick-stream. Made a pre-release https://github.com/imagerjs/imager/releases/tag/1.0.0-alpha1 feel free to try it out and give feedback. Thanks!

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

No branches or pull requests

3 participants