http://groups.google.com/group/comp.programming.threads?hl=en
comp.programming.threads@googlegroups.com
Today's topics:
* select: Invalid Argument - 1 messages, 1 author
http://groups.google.com/group/comp.programming.threads/browse_thread/thread/a87445995bb0f363?hl=en
* pthread sleep - 1 messages, 1 author
http://groups.google.com/group/comp.programming.threads/browse_thread/thread/9c1d8e67c90d8563?hl=en
* Announce: just::thread C++0x thread library beta 0.2 - 2 messages, 1 author
http://groups.google.com/group/comp.programming.threads/browse_thread/thread/81a1e1ff026042de?hl=en
* some issue w.r.t. pthread_cond_signal( ) - 2 messages, 2 authors
http://groups.google.com/group/comp.programming.threads/browse_thread/thread/a0280bc019886ffc?hl=en
* Mixing single threaded and multi-threaded application - 1 messages, 1 author
http://groups.google.com/group/comp.programming.threads/browse_thread/thread/a4a2fd965d390f27?hl=en
==============================================================================
TOPIC: select: Invalid Argument
http://groups.google.com/group/comp.programming.threads/browse_thread/thread/a87445995bb0f363?hl=en
==============================================================================
== 1 of 1 ==
Date: Tues, Oct 28 2008 3:57 pm
From: David Schwartz
On Oct 27, 7:51 pm, Neel <a.k.v...@gmail.com> wrote:
> Can anyone pls help me with this?
Odds are there is a bug in code you haven't posted.
DS
==============================================================================
TOPIC: pthread sleep
http://groups.google.com/group/comp.programming.threads/browse_thread/thread/9c1d8e67c90d8563?hl=en
==============================================================================
== 1 of 1 ==
Date: Tues, Oct 28 2008 4:08 pm
From: Ricardo
Hi,
I newbie in programming in C.
I don't find sleep() function.
Where do I find this function ???
Thank you
Ricardo
==============================================================================
TOPIC: Announce: just::thread C++0x thread library beta 0.2
http://groups.google.com/group/comp.programming.threads/browse_thread/thread/81a1e1ff026042de?hl=en
==============================================================================
== 1 of 2 ==
Date: Tues, Oct 28 2008 4:18 pm
From: "Dmitriy V'jukov"
Anthony Williams:
> Hi,
>
> I am pleased to announce the release of the 0.2 beta release of the
> just::thread C++0x thread library from Just Software Solutions Ltd.
>
> The just::thread library is available from http://www.stdthread.co.uk
> and provides an almost complete implementation of the thread library
> from the C++0x working draft
> http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2798.pdf.
What is the purpose of this library? Is it intended that I will just
replace "just::" with "std::" in future and throw away the library?
Dmitriy V'jukov
== 2 of 2 ==
Date: Tues, Oct 28 2008 4:19 pm
From: "Dmitriy V'jukov"
On 24 ÏËÔ, 15:46, Anthony Williams <anthony....@gmail.com> wrote:
> The library currently only works with Microsoft Visual C++ 2008
> (including the Express edition), but support for other compilers and
> platforms is in the pipeline.
I am curious, how are you going to implement memory_order_consume on
platforms where acquire fence is not free?
Dmitriy V'jukov
==============================================================================
TOPIC: some issue w.r.t. pthread_cond_signal( )
http://groups.google.com/group/comp.programming.threads/browse_thread/thread/a0280bc019886ffc?hl=en
==============================================================================
== 1 of 2 ==
Date: Tues, Oct 28 2008 5:06 pm
From: David Schwartz
Szabolcs Ferenczi wrote:
> On Oct 27, 1:03 pm, Dave Butenhof <david.buten...@hp.com> wrote:
> I hope I could help you to understand why you should not use the
> phrase "shared data predicate" and why you should refrain yourself
> attacking others with low language whenever you see the phrase
> "semaphore".
>
> If you need any further help, just ask.
This is comedy gold. Thank you for brightening my day.
DS
== 2 of 2 ==
Date: Tues, Oct 28 2008 11:58 pm
From: Szabolcs Ferenczi
On Oct 29, 1:06 am, David Schwartz <dav...@webmaster.com> wrote:
> Szabolcs Ferenczi wrote:
> > On Oct 27, 1:03 pm, Dave Butenhof <david.buten...@hp.com> wrote:
> > I hope I could help you to understand why you should not use the
> > phrase "shared data predicate" and why you should refrain yourself
> > attacking others with low language whenever you see the phrase
> > "semaphore".
>
> > If you need any further help, just ask.
>
> This is comedy gold. Thank you for brightening my day.
Well, it was not for you, was it?
You may try to follow it, although, you are hopeless, you cannot be
helped, I am afraid. You just jump as a monkey again, as usual.
Instead, you might try to understand the reasoning, though.
Best Regards,
Szabolcs
==============================================================================
TOPIC: Mixing single threaded and multi-threaded application
http://groups.google.com/group/comp.programming.threads/browse_thread/thread/a4a2fd965d390f27?hl=en
==============================================================================
== 1 of 1 ==
Date: Tues, Oct 28 2008 8:36 pm
From: Ian Collins
sagenaut@gmail.com wrote:
> I have a single threaded application linking with single threaded
> libraries. Now, I try to link with a multi-threaded library and
> compile the application with a multi-thread flag (-mt) in Solaris.
> However, the application receives the SIGBUS indicating "invalid
> address ailngment" and crashes. I wonder this may be caused by mixing
> single and multi-threaded application?
>
The answer hasn't changed.
--
Ian Collins
==============================================================================
You received this message because you are subscribed to the Google Groups "comp.programming.threads"
group.
To post to this group, visit http://groups.google.com/group/comp.programming.threads?hl=en
To unsubscribe from this group, send email to comp.programming.threads+unsubscribe@googlegroups.com
To change the way you get mail from this group, visit:
http://groups.google.com/group/comp.programming.threads/subscribe?hl=en
To report abuse, send email explaining the problem to abuse@googlegroups.com
==============================================================================
Google Groups: http://groups.google.com/?hl=en
No comments:
Post a Comment