##// END OF EJS Templates
use QSocketNotifier, not poll...
use QSocketNotifier, not poll avoids having to disable App Nap outright. Also use appnope context manager to disable App Nap on OS X 10.9 while processing events. Adds IPKernel._darwin_app_nap flag, so that working with App Nap can be disabled, in case appnope causes problems for some. App Nap is just disabled outright on wx.

File last commit:

r7781:53f5858c
r13583:72366b31
Show More
ipcontroller.1
21 lines | 558 B | application/x-troff | GroffLexer
MinRK
minimize manpages...
r7415 .TH IPCONTROLLER 1 "June 10, 2012" "" ""
Stephan Peijnik
Add missing man pages contributed by Debian's Stephan Peijnik....
r2098 .SH NAME
MinRK
minimize manpages...
r7415 \fBipcontroller \- start a controller for IPython parallel computing
Stephan Peijnik
Add missing man pages contributed by Debian's Stephan Peijnik....
r2098 .SH SYNOPSIS
MinRK
minimize manpages...
r7415 .B ipcontroller
.RI [ options ]
Stephan Peijnik
Add missing man pages contributed by Debian's Stephan Peijnik....
r2098 .SH DESCRIPTION
MinRK
minimize manpages...
r7415 ipcontroller starts a controller for the IPython cluster
Matthias BUSSONNIER
change minus to \- or \(hy n manpages...
r7781 For more information on how to use ipcontroller, see 'ipcontroller \-\-help',
or 'ipcontroller \-\-help\-all' for all available command\(hyline options.
MinRK
minimize manpages...
r7415
.SH "SEE ALSO"
Julian Taylor
manpage update...
r4275 .BR ipython(1),
MinRK
minimize manpages...
r7415 .BR ipengine(1),
.BR ipcluster(1)
Stephan Peijnik
Add missing man pages contributed by Debian's Stephan Peijnik....
r2098 .br
MinRK
minimize manpages...
r7415 .SH AUTHORS
\fBipcontroller\fP ships with IPython, maintained by the IPython Development Team.