<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://kwonnam.pe.kr/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://kwonnam.pe.kr/wiki/feed.php">
        <title>권남 java:concurrent</title>
        <description></description>
        <link>https://kwonnam.pe.kr/wiki/</link>
        <image rdf:resource="https://kwonnam.pe.kr/wiki/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-05-05T05:51:55+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://kwonnam.pe.kr/wiki/java/concurrent/executorservice?rev=1596775986&amp;do=diff"/>
                <rdf:li rdf:resource="https://kwonnam.pe.kr/wiki/java/concurrent/forkjoinpool?rev=1596684379&amp;do=diff"/>
                <rdf:li rdf:resource="https://kwonnam.pe.kr/wiki/java/concurrent/vmlens?rev=1447601250&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://kwonnam.pe.kr/wiki/lib/tpl/dokuwiki/images/favicon.ico">
        <title>권남</title>
        <link>https://kwonnam.pe.kr/wiki/</link>
        <url>https://kwonnam.pe.kr/wiki/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://kwonnam.pe.kr/wiki/java/concurrent/executorservice?rev=1596775986&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-08-07T13:53:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>java:concurrent:executorservice</title>
        <link>https://kwonnam.pe.kr/wiki/java/concurrent/executorservice?rev=1596775986&amp;do=diff</link>
        <description>Java ExecutorService

	*  ExecutorService
	*  Executors
	*  VMLens Executor Service
	*  A Guide To The Java ExecutorService
	*  Properly Shutting Down An ExecutorService
	*  ExecutorService - 10 tips and tricks

최적의 쓰레드 풀 수

Java Concurrency in Practice에 나오는 내용


N쓰레드 = N씨피유 * U씨피유 * (1 + W/C)


	*  N씨피유 : Runtime.getRuntime().availableProcessors()가 반환하는 Core 갯수</description>
    </item>
    <item rdf:about="https://kwonnam.pe.kr/wiki/java/concurrent/forkjoinpool?rev=1596684379&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-08-06T12:26:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>java:concurrent:forkjoinpool</title>
        <link>https://kwonnam.pe.kr/wiki/java/concurrent/forkjoinpool?rev=1596684379&amp;do=diff</link>
        <description>Java ForkJoinPool

	*  ForkJoinPool
	*  Guide to the Fork/Join Framework in Java

쓰레드 갯수 지정

	*  기본적으로 Runtime.getRuntime().availableProcessors()값.
	*  System.setProperty(“java.util.concurrent.ForkJoinPool.common.parallelism”, “갯수”);  쓰레드 갯수가 아닌듯. 확인 필요. TODO</description>
    </item>
    <item rdf:about="https://kwonnam.pe.kr/wiki/java/concurrent/vmlens?rev=1447601250&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-11-15T23:57:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>java:concurrent:vmlens</title>
        <link>https://kwonnam.pe.kr/wiki/java/concurrent/vmlens?rev=1447601250&amp;do=diff</link>
        <description>VMLENS

	*  &lt;http://vmlens.com/&gt;
	*  The Java Java Concorrent Programming Race Condition Catcher</description>
    </item>
</rdf:RDF>
