Quote:
Originally Posted by jharker
What do you think?
(...)
Questions, comments, additions, suggestions, criticism?
|
I think it's a very good roadmap

.
For the comments part:
1. I'll definitely implement erdm protocol into xepdmgr, so it will accept commands both by UDP and by X atoms.
I think it has advantages to maintain it; using an UDP socket may be easier for some type of apps: i.e. SDL as they paint a frame and just "flip" it; also for scripts (tcl/tk, python...).
2. I would prefer to concentrate the efforts in the boot time/suspend issue solely in improving boot time, as with a very fast booting device suspend becomes a moot point.
To alleviate the time it takes to load a viewer (think ipdf with large documents) we could just save the last screen displayed for that document (and if it had some following pages prerendered, save some of them too).
Thats all