On 10/19/2012 2:49 AM,
wrote:
> I've been surfing the Internet a lot now to find any kind of
> newgroup, discussion group, or mailing list about asynchronous
> programming or concurrent programming. To my despair I was out of
> luck. Does anybody have a hint for me? I really would like to discuss
> issues concerning asynchronous/concurrent programming with some
> people who know about it and its difficulties and challenges.
Unless you are interested in the very high level approach (let
us call it algorithms or patterns), then you should ask in a group
for the specific language and framework you are using.
Many of the details you need to get right are simply different
in different languages/frameworks.
Java, C++ with POSIX threads and Scala code will be rather different
code.
Even within Java there will be a big difference between Java SE
standalone apps and Java EE apps running inside a Java EE container.
Arne