Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Looking for newsgroup about asynchronous programming

Reply
Thread Tools

Looking for newsgroup about asynchronous programming

 
 
jeti789@web.de
Guest
Posts: n/a
 
      10-19-2012
Hello,

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.

Thank you, Oliver
 
Reply With Quote
 
 
 
 
Robert Klemme
Guest
Posts: n/a
 
      10-19-2012
On Friday, October 19, 2012 8:49:07 AM UTC+2, jet...@web.de 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 andchallenges.


I am not aware of a forum dedicated specifically to this topic. Usually such things are discussed on forums for advanced topics for individual programming languages or environments. Having said that there's a fairly good chance that you will find competent peers for this topic here.

Kind regards

robert
 
Reply With Quote
 
 
 
 
Stuart
Guest
Posts: n/a
 
      10-19-2012
On 10/19/12 wrote:
> Hello,
>
> 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.
>
> Thank you, Oliver


There is an easy method. However, it won't get you a good reputation.

Here it is: Simply post your question to comp.lang.c++. Make sure that
it does not contain the slightest bit of C++ code. I'll set my watch and
warrant on it that after five minutes someone will tell you that you are
off-topic in this newsgroup.

With a little bit of luck he will provide a link to a more appropriate
newsgroup.

Regards,
Stuart

PS: Don't tell them that I have given you this idea

 
Reply With Quote
 
Eric Sosman
Guest
Posts: n/a
 
      10-19-2012
On 10/19/2012 2:49 AM, wrote:
> Hello,
>
> 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.


Have you tried comp.programming.threads?


--
Eric Sosman
d
 
Reply With Quote
 
Jan Burse
Guest
Posts: n/a
 
      10-19-2012
schrieb:
> Hello,
>
> 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.
>
> Thank you, Oliver
>


Not a perfect match, but related:

Try:
comp.lang.erlang.general
(The language based on actors)

Or:
comp.lang.scala.user
(Scala has a certain interest in actors)


 
Reply With Quote
 
jeti789@web.de
Guest
Posts: n/a
 
      10-19-2012
Thanks for the answers . comp.programming.threads is a good idea. I didn't know it exists. Problem is that Google Groups no longer shows a list of existing newsgroups as earlier. Always Google's fault ... I'll try comp.lang.erlang.general as well. I had earlier some contact to Scala people. So I will see whether comp.lang.scala.user will be useful. I'm a bit skeptical, because they seem to be a bit academic and too much in love with their language neglegting real-world issues a bit.

But thanks anyway for all the useful hints!
Cheers, Oliver
 
Reply With Quote
 
Arne Vajhoej
Guest
Posts: n/a
 
      10-21-2012
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


 
Reply With Quote
 
Arne Vajhoej
Guest
Posts: n/a
 
      10-21-2012
On 10/19/2012 5:10 AM, Stuart wrote:
> On 10/19/12 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.
>>
>> Thank you, Oliver

>
> There is an easy method. However, it won't get you a good reputation.
>
> Here it is: Simply post your question to comp.lang.c++. Make sure that
> it does not contain the slightest bit of C++ code. I'll set my watch and
> warrant on it that after five minutes someone will tell you that you are
> off-topic in this newsgroup.
>
> With a little bit of luck he will provide a link to a more appropriate
> newsgroup.


Good one.

Arne

PS: Isn't comp.lang.c even more picky than comp.lang.c++?


 
Reply With Quote
 
Stuart
Guest
Posts: n/a
 
      10-24-2012
On 10/19/2012 5:10 AM, Stuart wrote:

Huh? 5:10 AM? Can't be right, at that time I would have been sound
asleep. Must be an error with the timezones.

>> There is an easy method. However, it won't get you a good reputation.
>>
>> Here it is: Simply post your question to comp.lang.c++. Make sure that
>> it does not contain the slightest bit of C++ code. I'll set my watch and
>> warrant on it that after five minutes someone will tell you that you are
>> off-topic in this newsgroup.
>>
>> With a little bit of luck he will provide a link to a more appropriate
>> newsgroup.

>
> Good one.
>
> Arne
>
> PS: Isn't comp.lang.c even more picky than comp.lang.c++?


I don't know since I don't read comp.lang.c. However, recently I
hijacked a thread in comp.lang.c++, 'C/C++ question about dynamic
"static struct"', where I only wanted to ask someone why he prefers C
over C++ (just wanted to know whether this was due to project
restrictions or his own free choice).

Unfortunately, I didn't realize that the whole thread was crossposted to
both comp.lang.c and comp.lang.c++, and before I could say "blueberry
cake" I had started just another flame-war between the C and the C++ guys.

That was the least of my intentions (next time I'm going to ask possibly
inflammatory question by mail). To me it shows that comp.lang.c has
about the same number of hotheads as comp.lang.c++ (strange enough, not
the same people).

So I guess you are right, the trick with the fake posting would probably
have worked with comp.lang.c, too.

Regards,
Stuart

 
Reply With Quote
 
Arne Vajhøj
Guest
Posts: n/a
 
      10-24-2012
On 10/24/2012 3:04 AM, Stuart wrote:
> On 10/19/2012 5:10 AM, Stuart wrote:
> Huh? 5:10 AM? Can't be right, at that time I would have been sound
> asleep. Must be an error with the timezones.


Many NNTP servers/news readers (most?) show receiver time not
sender time.

>>> There is an easy method. However, it won't get you a good reputation.
>>>
>>> Here it is: Simply post your question to comp.lang.c++. Make sure that
>>> it does not contain the slightest bit of C++ code. I'll set my watch and
>>> warrant on it that after five minutes someone will tell you that you are
>>> off-topic in this newsgroup.
>>>
>>> With a little bit of luck he will provide a link to a more appropriate
>>> newsgroup.

>>
>> Good one.


>> PS: Isn't comp.lang.c even more picky than comp.lang.c++?

>
> I don't know since I don't read comp.lang.c. However, recently I
> hijacked a thread in comp.lang.c++, 'C/C++ question about dynamic
> "static struct"', where I only wanted to ask someone why he prefers C
> over C++ (just wanted to know whether this was due to project
> restrictions or his own free choice).
>
> Unfortunately, I didn't realize that the whole thread was crossposted to
> both comp.lang.c and comp.lang.c++, and before I could say "blueberry
> cake" I had started just another flame-war between the C and the C++ guys.
>
> That was the least of my intentions (next time I'm going to ask possibly
> inflammatory question by mail). To me it shows that comp.lang.c has
> about the same number of hotheads as comp.lang.c++ (strange enough, not
> the same people).
>
> So I guess you are right, the trick with the fake posting would probably
> have worked with comp.lang.c, too.


It is more than 15 years since I directly read those groups, but
clc has always been known to be very picky.

Arne



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Asynchronous Web Page Programming in 70-528 Marc W MCTS 1 11-13-2008 09:39 PM
Asynchronous programming in ASP.Net 2.0 =?Utf-8?B?U3JpcmFtIE1hbGxhanlvc3VsYQ==?= ASP .Net 2 05-02-2007 06:38 PM
Asynchronous Programming in ASP.NET senfo ASP .Net 3 04-10-2007 09:28 PM
Asynchronous Programming in 70-306 Ernie Mason MCSD 2 02-12-2004 01:14 PM
threads or asynchronous programming inside asp.net Anders Both ASP .Net 3 01-05-2004 09:19 PM



Advertisments