Zach Bennett
unread,Aug 2, 2013, 6:07:07 PM8/2/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to node-...@googlegroups.com
Hi all,
I'm using node-webkit to package some web apps with larger media files embedded in them, and I'm experiencing long load times under certain circumstances. I'm packaging my apps as Windows executables and putting them on removable media for distribution (CD/DVD/Flash drives). My original app was around 1gb and included all of my media. The 1gb app took way too long to open, so I split it into 10 smaller apps, ranging from 80mb to 180mb. The smaller apps don't take terribly long to open from my local hard drive,
but there is some noticeable delay. They take a little longer to load
from a Flash drive, though, and they take *forever* to load from CD/DVD.
Has anyone experienced similar issues? Have you come up with or seen any creative solutions to let the end user know why it's taking so long? I realize that removable media simply won't be as fast as my local drive, but it would be great if I could display a "loading" message while the rest of the app loads.
Thanks,
Zach