bsimjoo commented on issue farooqkz/PotatoEgg#82
Uses too much RAM for downloading big files(~100MB)https://github.com/cherrypy/cherrypy/issues/1147
3 years ago
bsimjoo commented on issue farooqkz/PotatoEgg#82
Uses too much RAM for downloading big files(~100MB)I also tried using `cherrypy.lib.static.serve_file(...)` and it had same problem.
3 years ago
bsimjoo commented on issue farooqkz/PotatoEgg#82
Uses too much RAM for downloading big files(~100MB)I found that [server.py#L262](/src/master/server.py#L262) only causes the entire file to be loaded part by part into memory, not downloading it in chunks!
3 years ago
bsimjoo commented on issue farooqkz/PotatoEgg#48
The ability to download an entire directory (just for admin)Add this to [TODO](src/master/DOC/TODO.md)
3 years ago
bsimjoo commented on issue farooqkz/PotatoEgg#60
Decorate progress bar and make it longer(Beautify it!)I think there is no need for a new topic about progress-bar, I will work on it in version 2 and It will change completely.
3 years ago
bsimjoo commented on issue farooqkz/PotatoEgg#82
Uses too much RAM for downloading big files(~100MB)I think we need to do something in JavaScript to split the data into sections and then load it. Loading smaller chunks uses less RAM on the server and client side. I did this in one of my previous projects and it worked.
3 years ago
bsimjoo commented on issue farooqkz/PotatoEgg#72
How about search box?Okay, but I know a little bit about data structure.
3 years ago
bsimjoo pushed to master at farooqkz/PotatoEgg
3 years ago
bsimjoo commented on issue farooqkz/PotatoEgg#30
LogoI agree. What about a custom name (provided there is "Powered by PotatoEgg" in the footer)?
3 years ago
bsimjoo commented on issue farooqkz/PotatoEgg#72
How about search box?Agree? Which version?
3 years ago
bsimjoo pushed to master at farooqkz/PotatoEgg
3 years ago
bsimjoo
deleted branch bsj
at farooqkz/PotatoEgg
3 years ago
bsimjoo
deleted branch bsimjoo
at farooqkz/PotatoEgg
3 years ago
bsimjoo pushed to configurable_moint_point at farooqkz/PotatoEgg
3 years ago
bsimjoo pushed to configurable_moint_point at farooqkz/PotatoEgg
3 years ago