<?xml version="1.0" encoding="ISO-8859-1"?>
<rdf:RDF
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns="http://purl.org/rss/1.0/"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
>

<channel rdf:about="http://www.talkaboutprogramming.com/group/comp.programming.threads/">
<title>talkaboutprogramming.com Programming Threads</title>
<link>http://www.talkaboutprogramming.com/group/comp.programming.threads/</link>
<description>$</description>
<dc:language>en-us</dc:language>
<dc:rights>Copyright 2003-2005, Talk About Network. All Rights Reserved.</dc:rights>
<dc:date>2009-07-04T18:07:30+00:00</dc:date>
<dc:publisher>TAN</dc:publisher>
<dc:creator>rss@talkaboutnetwork.com</dc:creator>
<dc:subject>Discussion</dc:subject>
<syn:updatePeriod>hourly</syn:updatePeriod>
<syn:updateFrequency>1</syn:updateFrequency>
<syn:updateBase>1970-01-01T00:00+00:00</syn:updateBase>
<items>
 <rdf:Seq>
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65261.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65250.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65248.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65241.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65240.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65238.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65232.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65231.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65230.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65229.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65220.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65199.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65195.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65192.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65191.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65170.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65168.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65163.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65157.html" />
<rdf:li rdf:resource="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65153.html" />
 </rdf:Seq>
</items>
<image rdf:resource="http://tan12.talkaboutnetwork.com/images/spacer.gif" /> 
<textinput rdf:resource="http://talkaboutprogramming.com/group/comp.programming.threads/search.html" />
</channel>

<image rdf:about="http://tan12.talkaboutnetwork.com/images/spacer.gif">
<title>talkaboutprogramming.com Programming Threads</title>
<url>http://tan12.talkaboutnetwork.com/images/spacer.gif</url>
<link>http://www.talkaboutprogramming.com/group/comp.programming.threads/</link>
</image>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65261.html">
<title>Connection pool.</title>
<link>http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65261.html</link>
<description>I have an application that does database access from multiple threads. The DBMS Im using serializes queries on the same connection, so I can best take advantage of this by making sure simultaneous queries use separate connections. I cant associate a ...</description>
<dc:creator>JC ltjason.cipriani@[EMAIL PROTECTED]
gt...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-12-19T00:45:44+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65250.html">
<title>Why are Boost thread mutexes so slow compared to Pthreads?</title>
<link>http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65250.html</link>
<description>I had the impression that the Boost Threads library would internally use the Pthreads library if Boost is compiled for a system supporting the latter. However, according to my tests this either is not so, or even if it is, Boost is doing something el...</description>
<dc:creator>Juha Nieminen ltnospam@[EMAIL PROTECTED]...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-12-18T12:50:53+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65248.html">
<title>Documenting thread interactions.</title>
<link>http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65248.html</link>
<description>I have an application that has a complex web of threads, interacting with each other via queues, flags, various synchronization primitives, the works. I am now tasked with documenting the application structure, for the benefit of other developers tha...</description>
<dc:creator>JC ltjason.cipriani@[EMAIL PROTECTED]
gt...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-12-17T23:53:03+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65241.html">
<title>discount Air MAX LTD shoes</title>
<link>http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65241.html</link>
<description>discount Air max 95 shoes www.king-trade.cn  wholesale Air Max 87 shoes discount Air MAX LTD shoes  sell Air max 90 shoes discount Air Max 88 shoes www.king-trade.cn discount Air MAX 89 shoes  discount Air max tn shoes  discount Air Max tn8 shoes dis...</description>
<dc:creator>salewholeqi@[EMAIL PROTECTED]

</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-12-16T23:57:52+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65240.html">
<title>Nike sb dunk Nike Dunk High SB nike dunk low premuim sb Nike SB </title>
<link>http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65240.html</link>
<description>shoes on AIR Jordan 1  (paypal payment)(www.king-trade.cn ) AIR Jordan 2 AIR Jordan 3 AIR Jordan 4 AIR Jordan 5 (paypal payment)(www.king-trade.cn ) AIR Jordan 6 Rings AIR Jordan 6 AIR Jordan 7 AIR Jordan 8 AIR Jordan 9 (paypal payment)(www.king-trad...</description>
<dc:creator>salewholeqi@[EMAIL PROTECTED]

</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-12-16T23:57:16+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65238.html">
<title>increased L1 instruction cache access</title>
<link>http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65238.html</link>
<description>We are working on a parallelizing a search algorithm using pthreads. I have written down a high level abstraction of the code. When the parallel code with 2 threads is run on a quad-core intel processor, the total number of L1 instruction cache acces...</description>
<dc:creator>Naveen Parihar ltnaveenparihar@[EMAIL PR...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-12-16T11:46:10+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65232.html">
<title>Delaying events for fixed amounts of time.</title>
<link>http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65232.html</link>
<description>Im not sure if this is an appropriate topic, but it does possibly involve multithreading. I have some requirements and Im not sure what the best solution is:  I have an application and part of it is receiving events in real time, and must take a dela...</description>
<dc:creator>JC ltjason.cipriani@[EMAIL PROTECTED]
gt...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-12-15T21:25:23+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65231.html">
<title>discount Air Max 88 shoes www.king-trade.cn</title>
<link>http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65231.html</link>
<description>discount Air max 95 shoes www.king-trade.cn  wholesale Air Max 87 shoes discount Air MAX LTD shoes  sell Air max 90 shoes discount Air Max 88 shoes www.king-trade.cn discount Air MAX 89 shoes  discount Air max tn shoes  discount Air Max tn8 shoes dis...</description>
<dc:creator>salewholeshu@[EMAIL PROTECTED]

</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-12-15T17:13:26+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65230.html">
<title>Hogan shoes (paypal payment)(www.king-trade.cn )</title>
<link>http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65230.html</link>
<description>Footwear (paypal payment)(www.king-trade.cn ) Paul Smith shoes Jordan shoes Bape shoes Chanel shoes (paypal payment)(www.king-trade.cn ) DG shoes Dior shoes ED hardy shoes Evisu shoes Fendi shoes (paypal payment)(www.king-trade.cn ) Gucci shoes Hogan...</description>
<dc:creator>salewholeshu@[EMAIL PROTECTED]

</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-12-15T17:12:51+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65229.html">
<title>NIKE AIR JORDAN FORCE FUSION SHOES AJF 5 V JORDANs 5 FUSION NIKE</title>
<link>http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65229.html</link>
<description>shoes on AIR Jordan 1  (paypal payment)(www.king-trade.cn ) AIR Jordan 2 AIR Jordan 3 AIR Jordan 4 AIR Jordan 5 (paypal payment)(www.king-trade.cn ) AIR Jordan 6 Rings AIR Jordan 6 AIR Jordan 7 AIR Jordan 8 AIR Jordan 9 (paypal payment)(www.king-trad...</description>
<dc:creator>salewholeshu@[EMAIL PROTECTED]

</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-12-15T17:12:24+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65220.html">
<title>discount Air MAX LTD shoes</title>
<link>http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65220.html</link>
<description>discount Air max 95 shoes www.king-trade.cn  wholesale Air Max 87 shoes discount Air MAX LTD shoes  sell Air max 90 shoes discount Air Max 88 shoes www.king-trade.cn discount Air MAX 89 shoes  discount Air max tn shoes  discount Air Max tn8 shoes dis...</description>
<dc:creator>salewholeli@[EMAIL PROTECTED]

</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-12-14T23:31:35+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65199.html">
<title>Gotta love software patents.</title>
<link>http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65199.html</link>
<description>From 10 years ago, on a read/write lock:  http://www.freepatentsonline.com/6029190.html  *Rolls eyes*  - JC</description>
<dc:creator>JC ltjason.cipriani@[EMAIL PROTECTED]
gt...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-12-12T15:36:25+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65195.html">
<title>Double ended queue - review</title>
<link>http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65195.html</link>
<description>Hello,  Im trying to implement a C++ version of double-ended queue presented in Herlihys The Art of Multiprocessor Programming. Its a single producer, multiple consumer queue, where producer thread pushes/pops from bottom and other threads can only p...</description>
<dc:creator>holorose@[EMAIL PROTECTED]
 ltholorose@[...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-12-12T01:14:53+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65192.html">
<title>What edition of Windows Vista or Windows XP should be installed </title>
<link>http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65192.html</link>
<description>Hello, All,  I am going to setup a software development environment for web and database development environment with ASP.NET and MS SQL Server. I am going to install the most recent version of MS software:  Visual Studio IIS SQL Server  As first ste...</description>
<dc:creator>carl.horton08@[EMAIL PROTECTED]

</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-12-11T11:27:36+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65191.html">
<title>Ryhmän sfnet.aloittelijat.testit virallinen kuvaus</title>
<link>http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65191.html</link>
<description>Pienipäistä moraalia, suuret toleranssit.  Jälleen kerran asiaa, jota maassamme tuskin kourallinen edes tietää. OL-3 työmaan mokailut on jo alansa klassikoita. Mutta jopa siinä ilmapiirissä tämä hakee kyllä vertaistaan minusta. Ydinvoimalan suunnitte...</description>
<dc:creator>Martti Mayer ltmartti@[EMAIL PROTECTED]
...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-12-11T13:22:09+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65170.html">
<title>Control dependencies, load-store reorderings and modern CPUs</title>
<link>http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65170.html</link>
<description>Consider following program:  X and Y both initially 0  Thread A: A1: R0 = X A2: Y = 1  Thread B: B1: while (Y == 0) {} B2: X = 1  No memory barriers here, all stores and loads are plain relaxed, compiler reorderings aside for a moment. X and Y are sh...</description>
<dc:creator>Dmitriy V'jukov ltdvyukov@[EMAIL PROTECT...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-12-10T12:37:29+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65168.html">
<title>fyi developments on Java 7</title>
<link>http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65168.html</link>
<description>(Cross post)  From: Doug Lea To: Concurrency-interest@cs.oswego.edu  Date: Tue, 09 Dec 2008 19:35:45 -0500 Subject: [concurrency-interest]  RFC -- Java7 java.util.concurrent plans Concrete plans for Java7 release finally appear to be starting, and we...</description>
<dc:creator>kimo ltkimo@[EMAIL PROTECTED]
gt
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-12-10T04:35:10+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65163.html">
<title>How to get a process name through pid?</title>
<link>http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65163.html</link>
<description>How to get a process name through pid?</description>
<dc:creator>Vincent.Jiang.Sep@[EMAIL PROTECTED]
 ltV...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-12-09T21:48:29+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65157.html">
<title>pthread_create is slow</title>
<link>http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65157.html</link>
<description>HI All, I have a multi-thread applications that during runtime continously creates multiple threads to process incoming or out going packets. We have instrumented invokation of pthread_create and have realized at times it takes as long as 10 msec. An...</description>
<dc:creator>Mona ltbizhan.gholikhamseh@[EMAIL PROTEC...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-12-09T15:43:47+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65153.html">
<title>Text Editor - Which to hack?</title>
<link>http://www.talkaboutprogramming.com/group/comp.programming.threads/messages/65153.html</link>
<description>Ive tried Vi, Emacs, JEdit, Scite, Eclipse, etc... but none do what I want. I have decided to learn how to plug one of them but I need help figuring out which. Im hoping I can list my criteria and you can suggest which editor I should try and plug.  ...</description>
<dc:creator>HappyCamper ltryanrray@[EMAIL PROTECTED]...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-12-08T10:59:06+00:00</dc:date>
</item>


<textinput rdf:about="http://talkaboutprogramming.com/group/comp.programming.threads/search.html">
<title>Search talkaboutprogramming.com Programming Threads</title>
<description>Search talkaboutprogramming.com Programming Threads</description>
<name>q</name>
<link>http://talkaboutprogramming.com/group/comp.programming.threads/search.html</link>
</textinput>

</rdf:RDF>
