Sir, what I am looking for is: In our project we have eight remote nodes which render an image parallely which means if we divide the screen into eight equal pieces, image on each piece of the screen is formed because of one of the eight nodes. The volume of the data from which we get the image is in terabytes. We would like to have only the so formed image on my laptop screen. To do this we would like to only transfer pixels of the image from the remote nodes to my laptop to view the image. Normally, this can be achieved using threads in socket programming. Socket programming is becoming complex. So, I thought of using "enet" for my application. I would like to know weather ENET can be used for this kind of application. If 'YES' please let me know how to start about (appreciate if you can give me the API's).<br>
<br><br>NOTE: I don't want to transfer the entire file. I would only like to transfer the PIXELS from remote nodes to my laptop.<br><br>@ Mr. Pernama: Thank you sir. As I explained above, I have to transfer the pixels in non-blocking form. So, sir as you guessed I think I need a multi-threaded enet. <br>
<br>Thanks for the support,<br>Regards,<br>Sandeep.<br><br><div class="gmail_quote">On Tue, Jun 28, 2011 at 12:36 PM, Syed Setia Pernama <span dir="ltr"><<a href="mailto:syedhs@yahoo.com">syedhs@yahoo.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-family: verdana,helvetica,sans-serif; font-size: 10pt;">
<div><span>It is different from multi-threading in multi-core environment because if you intend to parallel file transfer it (regardless of how it is done), it still goes thru the same ethernet wire - so it remains 'single-core' operation. But probably what you mean is to transfer a big file in non-blocking manner? Or you simply want a multi-threaded enet that doesn't block other operation such as graphics rendering?<br>
</span></div><div> </div><b><span style="font-weight: bold;">From:</span></b> sandeep nimmagadda <<a href="mailto:nimmagaddasandeep@gmail.com" target="_blank">nimmagaddasandeep@gmail.com</a>><br><div><div style="font-family: verdana,helvetica,sans-serif; font-size: 10pt;">
<div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><font face="Arial" size="2"><b><span style="font-weight: bold;">To:</span></b> <a href="mailto:enet-discuss@cubik.org" target="_blank">enet-discuss@cubik.org</a><br>
<b><span style="font-weight: bold;">Sent:</span></b> Wednesday, June 29, 2011 1:17 AM<br><b><span style="font-weight: bold;">Subject:</span></b> [ENet-discuss] Parallel file transfer using ENET?<br></font><div><div></div>
<div class="h5"><br>
<div>Respected Members,<br><br>I would like to know weather we can write a parallel file transfer program using ENET? Just like the way we do using threads in socket-programming. If we can do parallel file transfer using ENET please let me know the function which we can use to do so.<br>

<br>Thanks for the support,<br>Regards,<br>Sandeep.<br>
</div><br></div></div>_______________________________________________<br>ENet-discuss mailing list<br><a href="mailto:ENet-discuss@cubik.org" target="_blank">ENet-discuss@cubik.org</a><br><a href="http://lists.cubik.org/mailman/listinfo/enet-discuss" target="_blank">http://lists.cubik.org/mailman/listinfo/enet-discuss</a><br>
<br><br></div></div></div></div></div><br>_______________________________________________<br>
ENet-discuss mailing list<br>
<a href="mailto:ENet-discuss@cubik.org">ENet-discuss@cubik.org</a><br>
<a href="http://lists.cubik.org/mailman/listinfo/enet-discuss" target="_blank">http://lists.cubik.org/mailman/listinfo/enet-discuss</a><br>
<br></blockquote></div><br>