<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: E-8 Batch &#8211; Project under IPC using Pipes</title>
	<atom:link href="https://www.emblogic.com/blog/08/e-8-batch-project-under-ipc-using-pipes/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/08/e-8-batch-project-under-ipc-using-pipes/</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Mon, 07 Oct 2013 04:00:03 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>By: maninderjeet singh</title>
		<link>https://www.emblogic.com/blog/08/e-8-batch-project-under-ipc-using-pipes/#comment-1823</link>
		<dc:creator><![CDATA[maninderjeet singh]]></dc:creator>
		<pubDate>Sat, 01 Sep 2012 12:12:43 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=4768#comment-1823</guid>
		<description><![CDATA[i have implemented with 3,2......clients and processs  but ....with some doubts..
1.without using sleep   +++++
2.and using sleep....
3.the last process means 3 implicity providing a garbage value with result .....and the results are not in a searial ......]]></description>
		<content:encoded><![CDATA[<p>i have implemented with 3,2&#8230;&#8230;clients and processs  but &#8230;.with some doubts..<br />
1.without using sleep   +++++<br />
2.and using sleep&#8230;.<br />
3.the last process means 3 implicity providing a garbage value with result &#8230;..and the results are not in a searial &#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nidhi</title>
		<link>https://www.emblogic.com/blog/08/e-8-batch-project-under-ipc-using-pipes/#comment-1683</link>
		<dc:creator><![CDATA[nidhi]]></dc:creator>
		<pubDate>Mon, 27 Aug 2012 04:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=4768#comment-1683</guid>
		<description><![CDATA[i have done pipes project for 3 clients.]]></description>
		<content:encoded><![CDATA[<p>i have done pipes project for 3 clients.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shatrughan</title>
		<link>https://www.emblogic.com/blog/08/e-8-batch-project-under-ipc-using-pipes/#comment-1682</link>
		<dc:creator><![CDATA[shatrughan]]></dc:creator>
		<pubDate>Mon, 27 Aug 2012 04:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=4768#comment-1682</guid>
		<description><![CDATA[i have done pipes project for 3 clients,1 sever and 1 process.]]></description>
		<content:encoded><![CDATA[<p>i have done pipes project for 3 clients,1 sever and 1 process.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandeep.kumar</title>
		<link>https://www.emblogic.com/blog/08/e-8-batch-project-under-ipc-using-pipes/#comment-1680</link>
		<dc:creator><![CDATA[sandeep.kumar]]></dc:creator>
		<pubDate>Mon, 27 Aug 2012 04:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=4768#comment-1680</guid>
		<description><![CDATA[pipe project for n clients done]]></description>
		<content:encoded><![CDATA[<p>pipe project for n clients done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sumit ahuja</title>
		<link>https://www.emblogic.com/blog/08/e-8-batch-project-under-ipc-using-pipes/#comment-1628</link>
		<dc:creator><![CDATA[sumit ahuja]]></dc:creator>
		<pubDate>Fri, 24 Aug 2012 19:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=4768#comment-1628</guid>
		<description><![CDATA[i have implemented the client server application project using 6 pipes for 3 req clients,3 process clients n 1 server..

CASE-1
if i use a separate pipe for every requesting client n server n 1 pipe each 4 a processclient n server..then m able to do my task for requests being sent to server simultaneously..n i retrieve the result back to my client again through server only if after the request is being read by the processing client,,then writing it again back to server i ve to use a wait or sleep 4 reading every processed output..

CASE-2

if i do the whole thing using only 2 pipes,,then i ve to do sequentially..i.e., 
istly client-&gt; server-&gt;processing client,,then back to server n to client finally,, n same goes 4 the client2 n 3..if i do requesting simultaneously then server reads the requests in a random n shuffled manner..]]></description>
		<content:encoded><![CDATA[<p>i have implemented the client server application project using 6 pipes for 3 req clients,3 process clients n 1 server..</p>
<p>CASE-1<br />
if i use a separate pipe for every requesting client n server n 1 pipe each 4 a processclient n server..then m able to do my task for requests being sent to server simultaneously..n i retrieve the result back to my client again through server only if after the request is being read by the processing client,,then writing it again back to server i ve to use a wait or sleep 4 reading every processed output..</p>
<p>CASE-2</p>
<p>if i do the whole thing using only 2 pipes,,then i ve to do sequentially..i.e.,<br />
istly client-&gt; server-&gt;processing client,,then back to server n to client finally,, n same goes 4 the client2 n 3..if i do requesting simultaneously then server reads the requests in a random n shuffled manner..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandeep.kumar</title>
		<link>https://www.emblogic.com/blog/08/e-8-batch-project-under-ipc-using-pipes/#comment-1547</link>
		<dc:creator><![CDATA[sandeep.kumar]]></dc:creator>
		<pubDate>Thu, 23 Aug 2012 07:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=4768#comment-1547</guid>
		<description><![CDATA[i have implementing  client server project and facing a problem how to determine a which client data to be read by a server.]]></description>
		<content:encoded><![CDATA[<p>i have implementing  client server project and facing a problem how to determine a which client data to be read by a server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nidhi</title>
		<link>https://www.emblogic.com/blog/08/e-8-batch-project-under-ipc-using-pipes/#comment-1546</link>
		<dc:creator><![CDATA[nidhi]]></dc:creator>
		<pubDate>Thu, 23 Aug 2012 07:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=4768#comment-1546</guid>
		<description><![CDATA[i am facing problem to transfer data with three clients and and using two pipes .]]></description>
		<content:encoded><![CDATA[<p>i am facing problem to transfer data with three clients and and using two pipes .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shatrughan</title>
		<link>https://www.emblogic.com/blog/08/e-8-batch-project-under-ipc-using-pipes/#comment-1542</link>
		<dc:creator><![CDATA[shatrughan]]></dc:creator>
		<pubDate>Thu, 23 Aug 2012 07:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=4768#comment-1542</guid>
		<description><![CDATA[In the client server project using pipes server was not able to read data from the processing clients .]]></description>
		<content:encoded><![CDATA[<p>In the client server project using pipes server was not able to read data from the processing clients .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shiv.kumar</title>
		<link>https://www.emblogic.com/blog/08/e-8-batch-project-under-ipc-using-pipes/#comment-1505</link>
		<dc:creator><![CDATA[shiv.kumar]]></dc:creator>
		<pubDate>Wed, 22 Aug 2012 13:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=4768#comment-1505</guid>
		<description><![CDATA[Implemented the client server project using pipes and facing the universal problem of resolution of data by server to client when they are simultaneously writting ...
I&#039;m working on the project using fifo after reading documents.]]></description>
		<content:encoded><![CDATA[<p>Implemented the client server project using pipes and facing the universal problem of resolution of data by server to client when they are simultaneously writting &#8230;<br />
I&#8217;m working on the project using fifo after reading documents.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sanjeev sharma</title>
		<link>https://www.emblogic.com/blog/08/e-8-batch-project-under-ipc-using-pipes/#comment-1504</link>
		<dc:creator><![CDATA[sanjeev sharma]]></dc:creator>
		<pubDate>Wed, 22 Aug 2012 13:18:53 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=4768#comment-1504</guid>
		<description><![CDATA[In the client server project using pipes server was  not able to read data from the processing clients. So server is not able to map the data corectly.
Read the document of fifo.]]></description>
		<content:encoded><![CDATA[<p>In the client server project using pipes server was  not able to read data from the processing clients. So server is not able to map the data corectly.<br />
Read the document of fifo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sumit ahuja</title>
		<link>https://www.emblogic.com/blog/08/e-8-batch-project-under-ipc-using-pipes/#comment-1503</link>
		<dc:creator><![CDATA[sumit ahuja]]></dc:creator>
		<pubDate>Wed, 22 Aug 2012 13:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=4768#comment-1503</guid>
		<description><![CDATA[I&#039;ve read the documents of fifo working on its project. In the client server project using pipes server was  not able to read data from the processing clients. So server is not able to map the data corectly.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve read the documents of fifo working on its project. In the client server project using pipes server was  not able to read data from the processing clients. So server is not able to map the data corectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashu</title>
		<link>https://www.emblogic.com/blog/08/e-8-batch-project-under-ipc-using-pipes/#comment-1502</link>
		<dc:creator><![CDATA[ashu]]></dc:creator>
		<pubDate>Wed, 22 Aug 2012 13:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=4768#comment-1502</guid>
		<description><![CDATA[Implemented the client server project and got stuck when the client are simultaneously writing data, server is nit abke to resolve the data.
Read the document of fifo, start fifo project.]]></description>
		<content:encoded><![CDATA[<p>Implemented the client server project and got stuck when the client are simultaneously writing data, server is nit abke to resolve the data.<br />
Read the document of fifo, start fifo project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh kumar</title>
		<link>https://www.emblogic.com/blog/08/e-8-batch-project-under-ipc-using-pipes/#comment-1500</link>
		<dc:creator><![CDATA[Suresh kumar]]></dc:creator>
		<pubDate>Wed, 22 Aug 2012 13:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=4768#comment-1500</guid>
		<description><![CDATA[I&#039;m facing problem in sending result of dataprocessing client to clients . My server is not able to resolve the data. Without sleep my dataprocessing client give garbage output.
start the client-server project using fifo creat the single client, and server.Make named pipe usinf mkfifo, in server and till now have not sent the data to server through client.
I&#039;m working on it.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m facing problem in sending result of dataprocessing client to clients . My server is not able to resolve the data. Without sleep my dataprocessing client give garbage output.<br />
start the client-server project using fifo creat the single client, and server.Make named pipe usinf mkfifo, in server and till now have not sent the data to server through client.<br />
I&#8217;m working on it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: avtar</title>
		<link>https://www.emblogic.com/blog/08/e-8-batch-project-under-ipc-using-pipes/#comment-1497</link>
		<dc:creator><![CDATA[avtar]]></dc:creator>
		<pubDate>Wed, 22 Aug 2012 12:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=4768#comment-1497</guid>
		<description><![CDATA[implemented 3 requesting client and 3 processing client successfully by using 6 pipes...is it possible to just put 2 pipes in this?? and how ??

even doing this i m not able to understood that how the data to be put simultaneously ..as in any case we  just make a code as we need to get ..like
1) client1,client2,client3,process1,process2,process3.
2)client1,process1,client2,process2,client3,process3..

how it could be simultaneous??]]></description>
		<content:encoded><![CDATA[<p>implemented 3 requesting client and 3 processing client successfully by using 6 pipes&#8230;is it possible to just put 2 pipes in this?? and how ??</p>
<p>even doing this i m not able to understood that how the data to be put simultaneously ..as in any case we  just make a code as we need to get ..like<br />
1) client1,client2,client3,process1,process2,process3.<br />
2)client1,process1,client2,process2,client3,process3..</p>
<p>how it could be simultaneous??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nishank aggarwal</title>
		<link>https://www.emblogic.com/blog/08/e-8-batch-project-under-ipc-using-pipes/#comment-1495</link>
		<dc:creator><![CDATA[nishank aggarwal]]></dc:creator>
		<pubDate>Wed, 22 Aug 2012 12:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=4768#comment-1495</guid>
		<description><![CDATA[i m working on fifo project............
read the document of fifo.........]]></description>
		<content:encoded><![CDATA[<p>i m working on fifo project&#8230;&#8230;&#8230;&#8230;<br />
read the document of fifo&#8230;&#8230;&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
