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 pushed to master at farooqkz/PotatoEgg

3 years ago

bsimjoo pushed to master at farooqkz/PotatoEgg

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 pushed to master at farooqkz/PotatoEgg

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 pushed to master at farooqkz/PotatoEgg

  • 1aea1046bc add #76 Use custom header for getting client's IP address to TODO

3 years ago

bsimjoo commented on issue farooqkz/PotatoEgg#30

Logo

I 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

  • 7923a74572 #78 Use captcha optionally add to TODO

3 years ago

bsimjoo deleted branch bsj at farooqkz/PotatoEgg

3 years ago

bsimjoo deleted branch bsimjoo at farooqkz/PotatoEgg

3 years ago

bsimjoo created pull request farooqkz/PotatoEgg#81

Configurable moint point

3 years ago

bsimjoo pushed to configurable_moint_point at farooqkz/PotatoEgg

  • 399513c75f removed moint point that used while debugging

3 years ago

bsimjoo pushed to configurable_moint_point at farooqkz/PotatoEgg

  • 156d389024 Configurable mointpoint
  • aebbe1ab1b Alpha v0.3
  • 41fec648b2 removed #65 TODO
  • c6552adfc7 fix #65 - add show_table boolean - add "no file" message - changed .html ext to .mustache
  • f0fe32be3a Merge branch 'master' of https://notabug.org/farooqkz/PotatoEgg

3 years ago