Changes between Initial Version and Version 1 of Ticket #108, comment 2
- Timestamp:
- 07/01/11 15:37:16 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #108, comment 2
initial v1 1 added ability to run without gio: [http://shifter.devloop.org.uk/trac/changeset/2790 changeset]1 added ability to run without gio: r2790 2 2 3 Can be tested by running client or server with " --disable-gio"3 Can be tested by running client or server with "{{{--disable-gio}}}" 4 4 5 5 Caveats: 6 6 * disables session prelaunch: "without gio, we would eat up too much CPU polling preloaded session files" 7 * delayed_start.py uses a 1-second polling loop... which could cause problems (high cpu usage, etc...) - should replace this with a signal handler ( SIGUSR1?) so the server can ping it when it has updated the session file7 * delayed_start.py uses a 1-second polling loop... which could cause problems (high cpu usage, etc...) - should replace this with a signal handler ({{{SIGUSR1}}}?) so the server can ping it when it has updated the session file 8 8 9 9 To test it, you must use svn head until I make a beta release of 0.10.0