<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Concurrent computing - Page 5 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=concurrent_computing&amp;p=4">1.Previous</a><br />
<a accesskey="3" href="page.php?w=concurrent_computing&amp;p=6">3.Next</a>
</p>
<p>processes that happen concurrently, like multiple clients accessing a server at the same time. Structuring software systems as composed of multiple concurrent, communicating parts can be useful for tackling complexity, regardless of whether the parts can be executed in parallel.</p>

<p>For example, concurrent processes can be executed on one core by interleaving the execution steps of each process via <a href="page.php?w=time-sharing">time-sharing</a> slices: only one process runs at a time, and if it does not complete during its time slice,</p><p>
<a accesskey="1" href="page.php?w=concurrent_computing&amp;p=4">1.Previous</a><br />
<a accesskey="3" href="page.php?w=concurrent_computing&amp;p=6">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
