Re: [Haifux] Lecture proposal - high performance multi threaded programming

2008-05-01 Thread Dave Roi
Another aye from here. David. On Tue, Apr 29, 2008 at 8:30 AM, Shachar Shemesh <[EMAIL PROTECTED]> wrote: > Abstract: > With a bit of manual reading, anyone can learn how to create a program > that has more than one thread of execution. This breaks down, very > rapidly, however, as the inter-de

Re: [Haifux] Lecture proposal - high performance multi threaded programming

2008-04-30 Thread Dan Shimshoni
Hi, >If some one wants to hear more about Wireshark, I can do that after >the 22-may-2008) Thanks ,this will be great ! I am all for it ! DS On Wed, Apr 30, 2008 at 12:06 PM, Nir Abulaffio <[EMAIL PROTECTED]> wrote: > Thanks for the offer, I am in. > Please not in the period 11-22/may/2008 as

Re: [Haifux] Lecture proposal - high performance multi threaded programming

2008-04-30 Thread Nir Abulaffio
Thanks for the offer, I am in. Please not in the period 11-22/may/2008 as I'll be in mil. (If some one wants to hear more about Wireshark, I can do that after the 22-may-2008) Nir. On Tue, 29 Apr 2008, Shachar Shemesh wrote: > Hai Zaar wrote: > Yeah, great topic! > It will be great if this issue

Re: [Haifux] Lecture proposal - high performance multi threaded programming

2008-04-29 Thread Dan Shimshoni
Great! aye. DS On Tue, Apr 29, 2008 at 8:30 AM, Shachar Shemesh <[EMAIL PROTECTED]> wrote: > Abstract: > With a bit of manual reading, anyone can learn how to create a program > that has more than one thread of execution. This breaks down, very > rapidly, however, as the inter-dependencies

Re: [Haifux] Lecture proposal - high performance multi threaded programming

2008-04-29 Thread Hai Zaar
On Tue, Apr 29, 2008 at 5:21 PM, Shachar Shemesh <[EMAIL PROTECTED]> wrote: > Hai Zaar wrote: > > > Yeah, great topic! > > It will be great if this issue will be covered as well: > > http://www.airs.com/blog/archives/79 > > > > > First, I've only read this through twice, and so have not, yet, unde

Re: [Haifux] Lecture proposal - high performance multi threaded programming

2008-04-29 Thread Eli Billauer
Shachar Shemesh wrote: > Fine, I'll cover the basics of multi-threaded programming, but I won't > go into the API discussion. It's not really relevant. > Actually, my remark about your use of the word "anyone" was more like "isn't grandma somebody?". I'm fine with going right to business about

Re: [Haifux] Lecture proposal - high performance multi threaded programming

2008-04-29 Thread Shachar Shemesh
Hai Zaar wrote: > Yeah, great topic! > It will be great if this issue will be covered as well: > http://www.airs.com/blog/archives/79 > First, I've only read this through twice, and so have not, yet, understood what the compiler is doing to this code. As such, I don't feel qualified to comment

Re: [Haifux] Lecture proposal - high performance multi threaded programming

2008-04-29 Thread Shachar Shemesh
Eli Billauer wrote: > Shachar Shemesh wrote: > > >> Abstract: >> With a bit of manual reading, anyone can learn how to create a program >> that has more than one thread of execution. >> > *cough* > > How about defining "anyone"? ;) > Fine, I'll cover the basics of multi-threaded program

Re: [Haifux] Lecture proposal - high performance multi threaded programming

2008-04-29 Thread Eli Billauer
Shachar Shemesh wrote: > Abstract: > With a bit of manual reading, anyone can learn how to create a program > that has more than one thread of execution. *cough* How about defining "anyone"? ;) > All in favor say "aye". > I say "Yay!" Eli -- Web: http://www.billauer.co.il

Re: [Haifux] Lecture proposal - high performance multi threaded programming

2008-04-29 Thread Hai Zaar
Yeah, great topic! It will be great if this issue will be covered as well: http://www.airs.com/blog/archives/79 On Tue, Apr 29, 2008 at 8:56 AM, Leon Romanovsky <[EMAIL PROTECTED]> wrote: > Great, > I'm totally in. > > > > > > Abstract: > > With a bit of manual reading, anyone can learn how to

Re: [Haifux] Lecture proposal - high performance multi threaded programming

2008-04-28 Thread Leon Romanovsky
Great, I'm totally in. > Abstract: > With a bit of manual reading, anyone can learn how to create a program > that has more than one thread of execution. This breaks down, very > rapidly, however, as the inter-dependencies inside the program start to > burden you down, to the point where you get

[Haifux] Lecture proposal - high performance multi threaded programming

2008-04-28 Thread Shachar Shemesh
Abstract: With a bit of manual reading, anyone can learn how to create a program that has more than one thread of execution. This breaks down, very rapidly, however, as the inter-dependencies inside the program start to burden you down, to the point where you get race bugs that are close to imp