<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>

<channel>
	<title>threads</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/threads/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>threads</description>
	<pubDate>Sun, 21 Mar 2010 03:07:07+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>java multi-threaded description of the method as well as the thread to stop the study</title>
		<link>http://www.codeweblog.com/java-multi-threaded-description-of-the-method-as-well-as-the-thread-to-stop-the-study/</link>
		<comments>http://www.codeweblog.com/java-multi-threaded-description-of-the-method-as-well-as-the-thread-to-stop-the-study/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 18:45:10+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[sleep]]></category>
<category><![CDATA[threads]]></category>
<category><![CDATA[communication time]]></category>
<category><![CDATA[current project]]></category>
<category><![CDATA[interruption]]></category>
<category><![CDATA[implementation example]]></category>
<category><![CDATA[sleep time]]></category>
<category><![CDATA[millis]]></category>
<category><![CDATA[common thread]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/java-multi-threaded-description-of-the-method-as-well-as-the-thread-to-stop-the-study/</guid>
		<description><![CDATA[1. Common thread instructions visit to France Thread.sleep (long millis): thread stopped running at the specified time join (long millis): First run for some time before the child thread to run the ma ...]]></description>
		<content:encoded><![CDATA[1. Common thread instructions visit to France Thread.sleep (long millis): thread stopped running at the specified time join (long millis): First run for some time before the child thread to run the ma ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/js-as-swfloader-html-page-dynamically-loaded-swf-files/" title="JS + AS + SWFloader, html page dynamically loaded SWF files">JS + AS + SWFloader, html page dynamically loaded SWF files</a> 2009-03-12 06:55:02</li>
					<li><a href="http://www.codeweblog.com/the-rails-way-back/" title="The Rails Way back">The Rails Way back</a> 2009-03-11 21:45:02</li>
					<li><a href="http://www.codeweblog.com/to-talk-about-ruby-variables/" title="To talk about Ruby variables">To talk about Ruby variables</a> 2009-03-11 11:25:01</li>
					<li><a href="http://www.codeweblog.com/rails-version-of-the-change-b-rails-of-the-introduction/" title="rails version of the change (b) - rails of the introduction">rails version of the change (b) - rails of the introduction</a> 2009-03-09 04:35:02</li>
					<li><a href="http://www.codeweblog.com/rails-and-merb-merged-into-a-single-project-it-is-not-fool-s-day-news/" title="Rails and Merb merged into a single project, it is not Fool's Day News">Rails and Merb merged into a single project, it is not Fool's Day News</a> 2009-03-04 23:25:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/java-multi-threaded-description-of-the-method-as-well-as-the-thread-to-stop-the-study/</wfw:commentRss>
	</item>
		<item>
		<title>The proper use of ThreadPoolExecutor</title>
		<link>http://www.codeweblog.com/the-proper-use-of-threadpoolexecutor/</link>
		<comments>http://www.codeweblog.com/the-proper-use-of-threadpoolexecutor/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 18:00:53+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[implementation]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[constructor]]></category>
<category><![CDATA[threads]]></category>
<category><![CDATA[thread pool]]></category>
<category><![CDATA[pool size]]></category>
<category><![CDATA[queue]]></category>
<category><![CDATA[first choice]]></category>
<category><![CDATA[executor]]></category>
<category><![CDATA[thread execution]]></category>
<category><![CDATA[runnable]]></category>
<category><![CDATA[default option]]></category>
<category><![CDATA[executors]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/the-proper-use-of-threadpoolexecutor/</guid>
		<description><![CDATA[Has been used Executors.newFixedThreadPool (10) in such a way to create a thread pool. This factory method to create ThreadPoolExecutor the actual object, its constructor has three main parameters of  ...]]></description>
		<content:encoded><![CDATA[Has been used Executors.newFixedThreadPool (10) in such a way to create a thread pool. This factory method to create ThreadPoolExecutor the actual object, its constructor has three main parameters of  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/the-proper-use-of-threadpoolexecutor/</wfw:commentRss>
	</item>
		<item>
		<title>Single cases of mode-related issues</title>
		<link>http://www.codeweblog.com/single-cases-of-mode-related-issues/</link>
		<comments>http://www.codeweblog.com/single-cases-of-mode-related-issues/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 10:30:37+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[java virtual machine]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[element]]></category>
<category><![CDATA[single model]]></category>
<category><![CDATA[threads]]></category>
<category><![CDATA[object creation]]></category>
<category><![CDATA[default mode]]></category>
<category><![CDATA[stack frame]]></category>
<category><![CDATA[singleton pattern]]></category>
<category><![CDATA[internal variables]]></category>
<category><![CDATA[thread safety]]></category>
<category><![CDATA[soso]]></category>
<category><![CDATA[safety issue]]></category>
<category><![CDATA[security problems]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/single-cases-of-mode-related-issues/</guid>
		<description><![CDATA[Question: 1. Why is the use of Singleton pattern? 2. Singleton mode How do I create? 3. Singleton pattern thread-safety issue? @ Singleton pattern of the main advantages of 1. Eliminating the object c ...]]></description>
		<content:encoded><![CDATA[Question: 1. Why is the use of Singleton pattern? 2. Singleton mode How do I create? 3. Singleton pattern thread-safety issue? @ Singleton pattern of the main advantages of 1. Eliminating the object c ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/rails-source-code-analysis-1-railsfcgihandler/" title="Rails source code analysis (1): RailsFCGIHandler">Rails source code analysis (1): RailsFCGIHandler</a> 2009-03-02 11:45:02</li>
					<li><a href="http://www.codeweblog.com/using-rails-captcha-plug-in-easy-implementation-verification-code/" title="Using Rails Captcha plug-in, easy implementation Verification Code">Using Rails Captcha plug-in, easy implementation Verification Code</a> 2009-03-01 01:25:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-inteceptor/" title="Hibernate Inteceptor">Hibernate Inteceptor</a> 2009-02-27 13:51:42</li>
					<li><a href="http://www.codeweblog.com/ruby-on-rails-routing-simple-examples/" title="Ruby on Rails Routing - Simple Examples">Ruby on Rails Routing - Simple Examples</a> 2009-02-27 10:35:03</li>
					<li><a href="http://www.codeweblog.com/learn-java-flow/" title="Learn Java flow">Learn Java flow</a> 2009-02-27 10:01:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/single-cases-of-mode-related-issues/</wfw:commentRss>
	</item>
		<item>
		<title>A multi-threaded note</title>
		<link>http://www.codeweblog.com/a-multi-threaded-note/</link>
		<comments>http://www.codeweblog.com/a-multi-threaded-note/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 15:55:32+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[string name]]></category>
<category><![CDATA[quot]]></category>
<category><![CDATA[string args]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[implementation class]]></category>
<category><![CDATA[attribute]]></category>
<category><![CDATA[implements]]></category>
<category><![CDATA[main string]]></category>
<category><![CDATA[threads]]></category>
<category><![CDATA[interface class]]></category>
<category><![CDATA[thread implementation]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/a-multi-threaded-note/</guid>
		<description><![CDATA[A direct successor to thread class, override the RUN method, when the call starts with the start (); package com.Thread; class MyThread extends Thread (/ / inherit Thread class, as the thread implemen ...]]></description>
		<content:encoded><![CDATA[A direct successor to thread class, override the RUN method, when the call starts with the start (); package com.Thread; class MyThread extends Thread (/ / inherit Thread class, as the thread implemen ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/a-multi-threaded-note/</wfw:commentRss>
	</item>
		<item>
		<title>Death linked to hibernate JNDI query WebSphere</title>
		<link>http://www.codeweblog.com/death-linked-to-hibernate-jndi-query-websphere/</link>
		<comments>http://www.codeweblog.com/death-linked-to-hibernate-jndi-query-websphere/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 11:25:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[java code]]></category>
<category><![CDATA[inquiries]]></category>
<category><![CDATA[null return]]></category>
<category><![CDATA[amp]]></category>
<category><![CDATA[oracle]]></category>
<category><![CDATA[existence]]></category>
<category><![CDATA[operating environment]]></category>
<category><![CDATA[phenomenon]]></category>
<category><![CDATA[threads]]></category>
<category><![CDATA[stack overflow]]></category>
<category><![CDATA[naming service]]></category>
<category><![CDATA[option 1]]></category>
<category><![CDATA[thr]]></category>
<category><![CDATA[quartz]]></category>
<category><![CDATA[utran]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/death-linked-to-hibernate-jndi-query-websphere/</guid>
		<description><![CDATA[Operating Environment: Aix + WebSphere 6.1 + Oracle + Quartz1.65 + Sping2.5.6 + Hibernate 3.3.1 Phenomenon: Node &amp; Server of WebSphere hanging dead, JVM stack overflow, WebSphere district where th ...]]></description>
		<content:encoded><![CDATA[Operating Environment: Aix + WebSphere 6.1 + Oracle + Quartz1.65 + Sping2.5.6 + Hibernate 3.3.1 Phenomenon: Node &amp; Server of WebSphere hanging dead, JVM stack overflow, WebSphere district where th ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/can-not-be-represented-as-java-sql-timestamp/" title="can not be represented as java.sql.Timestamp">can not be represented as java.sql.Timestamp</a> 2009-02-27 09:46:14</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/death-linked-to-hibernate-jndi-query-websphere/</wfw:commentRss>
	</item>
		<item>
		<title>Struts, Hibernate, Spring interview topics</title>
		<link>http://www.codeweblog.com/struts-hibernate-spring-interview-topics/</link>
		<comments>http://www.codeweblog.com/struts-hibernate-spring-interview-topics/#comments</comments>
		<pubDate>Thu, 07 May 2009 22:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[servlet]]></category>
<category><![CDATA[thread synchronization]]></category>
<category><![CDATA[struts apache]]></category>
<category><![CDATA[consequences]]></category>
<category><![CDATA[threads]]></category>
<category><![CDATA[translation]]></category>
<category><![CDATA[sharing resources]]></category>
<category><![CDATA[action category]]></category>
<category><![CDATA[sync]]></category>
<category><![CDATA[instrument category]]></category>
<category><![CDATA[controller html]]></category>
<category><![CDATA[correct implementation]]></category>
<category><![CDATA[keyword usage]]></category>
<category><![CDATA[equivalent code]]></category>
<category><![CDATA[performance equivalent]]></category>
<category><![CDATA[procedural error]]></category>
<category><![CDATA[writing instrument]]></category>
<category><![CDATA[unusual circumstances]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/struts-hibernate-spring-interview-topics/</guid>
		<description><![CDATA[Medium 1.Struts are thread-safe Action吗? If not, please say why. Struts can be defined in a static variable吗? Reference answer: Servlet are at multi-threaded environment. That is, there is probably a  ...]]></description>
		<content:encoded><![CDATA[Medium 1.Struts are thread-safe Action吗? If not, please say why. Struts can be defined in a static variable吗? Reference answer: Servlet are at multi-threaded environment. That is, there is probably a  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/yiwei-project-management-and-maintenance-of-javascript/" title="yiwei project management and maintenance of Javascript">yiwei project management and maintenance of Javascript</a> 2009-03-06 16:55:02</li>
					<li><a href="http://www.codeweblog.com/json-js-java/" title="json + js + java">json + js + java</a> 2009-03-06 07:40:03</li>
					<li><a href="http://www.codeweblog.com/struts-spring-hibernate-practice/" title="Struts + Spring + Hibernate practice">Struts + Spring + Hibernate practice</a> 2009-03-03 10:27:18</li>
					<li><a href="http://www.codeweblog.com/software-performance/" title="Software Performance">Software Performance</a> 2009-03-01 06:35:02</li>
					<li><a href="http://www.codeweblog.com/webqq-extjs-servlet-hibernate-spring-implementation/" title="WebQQ, ExtJs + Servlet + Hibernate + Spring implementation">WebQQ, ExtJs + Servlet + Hibernate + Spring implementation</a> 2009-02-27 11:22:18</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/struts-hibernate-spring-interview-topics/</wfw:commentRss>
	</item>
		<item>
		<title>Programming Ruby 2nd reading Notes 4</title>
		<link>http://www.codeweblog.com/programming-ruby-2nd-reading-notes-4/</link>
		<comments>http://www.codeweblog.com/programming-ruby-2nd-reading-notes-4/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 03:30:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[variables]]></category>
<category><![CDATA[string str]]></category>
<category><![CDATA[array]]></category>
<category><![CDATA[programming ruby]]></category>
<category><![CDATA[circumstances]]></category>
<category><![CDATA[reading notes]]></category>
<category><![CDATA[sleep]]></category>
<category><![CDATA[threads]]></category>
<category><![CDATA[multiple thread]]></category>
<category><![CDATA[instr]]></category>
<category><![CDATA[foreach]]></category>
<category><![CDATA[input output]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/programming-ruby-2nd-reading-notes-4/</guid>
		<description><![CDATA[C10 Basic IO 1. Basic input-output If ruby copy.rb a.txt, then, as the input file a.txt. 2. File common method 3. StringIO C11 Multiple Thread 1. Thread-shared variables Under normal circumstances, yo ...]]></description>
		<content:encoded><![CDATA[C10 Basic IO 1. Basic input-output If ruby copy.rb a.txt, then, as the input file a.txt. 2. File common method 3. StringIO C11 Multiple Thread 1. Thread-shared variables Under normal circumstances, yo ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/ror-resources/" title="ROR resources">ROR resources</a> 2009-02-28 19:15:03</li>
					<li><a href="http://www.codeweblog.com/hibernate-ii-study-notes/" title="Hibernate II Study Notes">Hibernate II Study Notes</a> 2009-02-28 15:59:32</li>
					<li><a href="http://www.codeweblog.com/object-oriented-design-principles-11/" title="Object-oriented design principles 11">Object-oriented design principles 11</a> 2009-02-28 05:00:07</li>
					<li><a href="http://www.codeweblog.com/log4j-easy-application-in-java/" title="log4j easy application in java">log4j easy application in java</a> 2009-02-27 13:51:33</li>
					<li><a href="http://www.codeweblog.com/dynamic-loading-js-script-four-kinds-of-methods/" title="Dynamic loading JS script four kinds of methods">Dynamic loading JS script four kinds of methods</a> 2009-02-27 13:40:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/programming-ruby-2nd-reading-notes-4/</wfw:commentRss>
	</item>
		<item>
		<title>rails version of the change (b) - rails of the introduction</title>
		<link>http://www.codeweblog.com/rails-version-of-the-change-b-rails-of-the-introduction/</link>
		<comments>http://www.codeweblog.com/rails-version-of-the-change-b-rails-of-the-introduction/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 04:35:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[connection pool]]></category>
<category><![CDATA[database connection]]></category>
<category><![CDATA[ruby]]></category>
<category><![CDATA[resource file]]></category>
<category><![CDATA[database connections]]></category>
<category><![CDATA[christmas]]></category>
<category><![CDATA[usher]]></category>
<category><![CDATA[prosperity 4]]></category>
<category><![CDATA[internationalization support]]></category>
<category><![CDATA[version upgrade]]></category>
<category><![CDATA[preview version]]></category>
<category><![CDATA[analysis 3]]></category>
<category><![CDATA[language development]]></category>
<category><![CDATA[wait until christmas]]></category>
<category><![CDATA[previous versions]]></category>
<category><![CDATA[october 24]]></category>
<category><![CDATA[jruby]]></category>
<category><![CDATA[etag]]></category>
<category><![CDATA[threads]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/rails-version-of-the-change-b-rails-of-the-introduction/</guid>
		<description><![CDATA[Prompted the new Rails 2.2 features October 24, Rails has released a preview version 2.2, Rails This is the history of a major version upgrade! Mainly includes the following major changes: 1, support  ...]]></description>
		<content:encoded><![CDATA[Prompted the new Rails 2.2 features October 24, Rails has released a preview version 2.2, Rails This is the history of a major version upgrade! Mainly includes the following major changes: 1, support  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-to-use-the-principle-of/" title="hibernate to use the principle of">hibernate to use the principle of</a> 2009-02-27 09:47:00</li>
					<li><a href="http://www.codeweblog.com/spring-struts2-0-hibernate-environmental-structures-despair-carried-out-more-than-one-hour-only-with-good/" title="spring struts2.0 hibernate environmental structures .. despair carried out more than one hour only with good.">spring struts2.0 hibernate environmental structures .. despair carried out more than one hour only with good.</a> 2009-02-27 09:45:56</li>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/rails-version-of-the-change-b-rails-of-the-introduction/</wfw:commentRss>
	</item>
	</channel>
</rss>
