PageRenderTime 48ms CodeModel.GetById 9ms RepoModel.GetById 0ms app.codeStats 0ms

/www/tags/NOV_07_2009/htdocs/users-guide/threaded-io.html

#
HTML | 12 lines | 12 code | 0 blank | 0 comment | 0 complexity | fed800b76a7a842cd7a363b853a9c03d MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Multi-Threaded I/O</title><meta name="generator" content="DocBook XSL Stylesheets V1.73.2"><link rel="start" href="index.html" title="jEdit 4.3 User's Guide"><link rel="up" href="files.html" title="Chapter 4. Working With Files"><link rel="prev" href="reloading.html" title="Reloading From Disk"><link rel="next" href="printing.html" title="Printing"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Multi-Threaded I/O</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="reloading.html">Prev</a> </td><th width="60%" align="center">Chapter 4. Working With Files</th><td width="20%" align="right"> <a accesskey="n" href="printing.html">Next</a></td></tr></table><hr></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="threaded-io"></a>Multi-Threaded I/O</h2></div></div></div><p>To improve responsiveness and perceived performance, jEdit
  2. executes all buffer input/output operations asynchronously. While I/O is
  3. in progress, the status bar displays the number of remaining I/O
  4. operations.</p><p>The
  5. <span class="guimenu"><strong>Utilities</strong></span>&gt;<span class="guisubmenu"><strong>Troubleshooting</strong></span>&gt;<span class="guimenuitem"><strong>I/O
  6. Progress Monitor</strong></span> command displays a window with more
  7. detailed status information and progress meters. By default, the
  8. <span class="guimenuitem"><strong>I/O Progress Monitor</strong></span> is shown in a floating
  9. window. This window can be docked using the commands in its top-left
  10. corner popup menu; see <a class="xref" href="docking.html" title="Window Docking">the section called &#8220;Window Docking&#8221;</a>. I/O requests can also
  11. be aborted in this window, however note that aborting a buffer save can
  12. result in data loss.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="reloading.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="files.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="printing.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Reloading From Disk </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Printing</td></tr></table></div></body></html>