-
gianni committed revision 1 to the Austria SVN repository, changing 643 files.
2008-01-17 12:16:30 UTC by gianni
-
Logged In: YES
user_id=572001
2. Would you like to reuse anything from this code?
http://groups.google.de/groups?threadm=34fu29F49rvasU1%40individual.net.
2005-01-13 19:03:30 UTC by elfring
-
Logged In: YES
user_id=572001
Yes. Please look at the suggestions in the discussion.
2004-11-27 20:27:03 UTC by elfring
-
Logged In: YES
user_id=572001
2. Would you like to encapsulate the use case that is also
described in the message
"http://groups.google.de/groups?threadm=OtKbb.127587%24mp.64498%40rwcrnsc51.ops.asp.att.net"
by C++ means?
3. That are interesting news.
But it is not the suggested interface for command objects.
2004-11-27 20:22:42 UTC by elfring
-
Logged In: YES
user_id=39343
Do you have a suggestion ?.
2004-11-26 21:09:56 UTC by gianni
-
Logged In: YES
user_id=39343
1. This is not allways appropriate. It makes little sense
to do this for the smart pointers, for example. Many of the
implementations are in fact based on abstract base clasesses
and the factory implementation allows you to build upon
exactly the abstract paradigm.
2. I want a simple and small set of threading primitives. If
someone can make a case that...
2004-11-26 20:59:37 UTC by gianni
-
Logged In: YES
user_id=39343
1. I don't really understand what this requires.
2. What are you trying to achieve exactly ? I think that
you can use a C++ template to achieve this.
Somthing like :
class T;
T v;
int r = ThreadSafe(v, T::f, mutex ).Call()( args ... );
3. I will be implementing action list/thread pool support.
4. Unit test cases are good. I'd like to...
2004-11-26 20:51:00 UTC by gianni
-
Logged In: YES
user_id=39343
Yes.
I think that is reasonable.
2004-11-26 20:20:18 UTC by gianni
-
How do you think about to offer a bit more user friendly API than the "semantics of posix pthreads"?
http://austria.sourceforge.net/dox/html/classat_1_1Conditional.html#a2
Would you like to use anything from the discussion on this topic?
http://groups.google.de/groups?threadm=40ed1d8f.0411191313.4dff837c@posting.google.com.
2004-11-25 21:18:56 UTC by elfring
-
1. How do you think about to extract most public interfaces into abstract base classes?
Example:
http://zthread.sourceforge.net/html/hierarchy.html
http://www.refactoring.com/catalog/extractInterface.html
2. Which ideas would you like to reuse from this software listing?
http://en.wikipedia.org/wiki/List_of_multi-threading_libraries.
2004-10-25 21:16:39 UTC by elfring