Search the web
Sign In
New User? Sign Up
ace-users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 30970 - 30999 of 42992   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
30970
Hello, I’m trying to port code form Sun Solaris to Linux and I have problems with linux threads. I’m using “phtread_mutexattr_setpshared(…...
Miri
mirih@...
Send Email
May 15, 2002
12:40 pm
30971
Hi Naveen, ... This sort of issue should be addressed via ACE commercial support companies. Please contact Steve Huston <shuston@...> or Malcolm...
Douglas C. Schmidt
schmidt@...
Send Email
May 15, 2002
12:49 pm
30972
Hi Miri, ... Naturally, it depends on what problem you're trying to address, but I suspect that ACE_Process_Mutex ought to help. Please see Chapter 10 of...
Douglas C. Schmidt
schmidt@...
Send Email
May 15, 2002
12:51 pm
30973
Hi Sreeram, ... It's hard to say exactly what's going on without seeing your code. However, there's a discussion in Chapter 4 of C++NPv2 ...
Douglas C. Schmidt
schmidt@...
Send Email
May 15, 2002
12:54 pm
30974
Hi Steffan, ... Ok. ... Ah, that looks like the source of your problem. You're calling activate() without any parameters, right? In this case, the thread ...
Douglas C. Schmidt
schmidt@...
Send Email
May 15, 2002
1:54 pm
30975
Hi Salman Great, It is good to know that it was useful for someone. ... OK, please don't forget sending me a copy back....
Arturo Josè Monte...
mitosys@...
Send Email
May 15, 2002
2:11 pm
30976
... are ... with ... OK. Please see below. ... I'll try that too. What is the latest "stable" release? ... is ... pick ... method]. It is not a false alarm...
Levente FARKAS
levente.farkas@...
Send Email
May 15, 2002
2:59 pm
30977
... if ( write() == EWOULDBLOCK ) then { ... . ... ... wmfo_reactor->handle_events() } what happens when the socket transitions from flow-controlled to...
K S Sreeram
sreeram@...
Send Email
May 15, 2002
3:11 pm
30978
Hi Vlad, ... Sure. ... Right. ... Right, you could do this as follows: 1. Derive a class from ACE_Acceptor called something like Cached_Acceptor 2. Make the...
Douglas C. Schmidt
schmidt@...
Send Email
May 15, 2002
4:04 pm
30979
ACE VERSION: 5.2.2 HOST MACHINE and OPERATING SYSTEM: SunOS 5.8 Generic_108528-09 sun4u sparc SUNW,Ultra-80 TARGET MACHINE and OPERATING SYSTEM, if different...
BCassanova@...
Send Email
May 15, 2002
4:36 pm
30980
Sorry, forgot to send this before with a pertinent subject line. ACE VERSION: 5.2.2 HOST MACHINE and OPERATING SYSTEM: SunOS 5.8 Generic_108528-09 sun4u sparc ...
BCassanova@...
Send Email
May 15, 2002
5:38 pm
30981
Hi Neil, ... Sure, check out $ACE_ROOT/examples/Reactor/Dgram/ Take care, Doug -- Dr. Douglas C. Schmidt, Associate Professor TEL: (949) 824-1901 Dept of...
Douglas C. Schmidt
schmidt@...
Send Email
May 15, 2002
5:38 pm
30982
Hi, Thanks for using the PRF. ... If you check out the source code to ACE::demonize() you'll see that by default it closes all the I/O handles, including the...
Douglas C. Schmidt
schmidt@...
Send Email
May 15, 2002
5:53 pm
30983
Hi, ... Thanks! ... To be more accurate, it is the ACE_WFMO_Reactor (the default for Windows configurations) that is not notifying more than once. ... On...
Ossama Othman
ossama@...
Send Email
May 15, 2002
8:31 pm
30984
Hi, ... The event hasn't been reported yet so presumably the WFMO reactor will still report the event. If not, then Windows' WaitForMultipleObjects() call...
Ossama Othman
ossama@...
Send Email
May 15, 2002
8:46 pm
30985
... Think of each waitable socket as having an internal flag. It is set when EWOULDBLOCK is returned by a write, and reset when WaitForMultipleObjects returns...
Jonathan Biggar
jon@...
Send Email
May 15, 2002
9:10 pm
30986
Hi Malcolm, ... Right. ... It depends on which concurrency mechanisms you're using -- can you please be more specific. In general, ACE concurrency mechanisms...
Douglas C. Schmidt
schmidt@...
Send Email
May 15, 2002
9:15 pm
30987
Dear Greg, ... Windows ... I upgraded to 5.2.2. And surprise... It works! Thanks a lot. Best regards, Levente ... Levente Farkas ...
Levente FARKAS
levente.farkas@...
Send Email
May 15, 2002
10:21 pm
30988
Hi Jonathan, ... Right! However, most folks that have traditionally used select()/poll() may not be used to interleaving write() calls that return EWOULDBLOCK...
Ossama Othman
ossama@...
Send Email
May 15, 2002
10:59 pm
30989
... great news, happy ssl(ing) greg...
Greg Burley
burley@...
Send Email
May 16, 2002
4:47 am
30990
On Linux, g++ I tried to do this: CCFLAGS -= -W CCFlags -+ -Wall DCFLAGS -= -W DCFlags -+ -Wall OCFLAGS -= -W OCFlags -+ -Wall but it does not work---the -W...
Salman Khilji
salmankhilji@...
Send Email
May 16, 2002
12:46 pm
30991
IIRC the default makefile flags for C++ are: CXX - compiler CXXFLAGS - compiler flags By the way, -Wall won't disable warnings. ... ...
Andrew Sutton
ansutton@...
Send Email
May 16, 2002
1:56 pm
30992
Hi, Could anyone help me in solving this problem please... Thanks Chepurthy S. ... ACE VERSION: 5.2 HOST MACHINE and OPERATING SYSTEM: Sun Netra, Solaris. ...
chepurthys
chepurthys@...
Send Email
May 16, 2002
3:11 pm
30993
ACE VERSION: 5.2.1 TAO VERSION: 1.2.1, released Sat Dec 01 09:37:26 2001. HOST MACHINE and OPERATING SYSTEM: SunOS desmond 5.6 Generic_105181-20 sun4u sparc...
Boris Khanales
boris@...
Send Email
May 16, 2002
3:12 pm
30994
... GNU Make is not C or C++. There is no -=. If you want to remove this flag permanently for all compilation, set the flag in platform_macros.GNU like this: ...
Krishnakumar B
kitty@...
Send Email
May 16, 2002
5:16 pm
30995
Hi, Has anybody successfully integrated Tibco Rendevous with ACE? If so is it possible to do so by creating Connectors and Acceptors only or is it necessary to...
Chris Adams
c_r_adams@...
Send Email
May 16, 2002
6:47 pm
30996
Here's a great deal for father's day or any golfer in your life. Give pro quality, patented golf accessories packaged toghether in a gift box. Order now and...
sales@...
Send Email
May 16, 2002
7:44 pm
30997
ACE VERSION: 5.2.2 HOST MACHINE and OPERATING SYSTEM: Pentium Windows 2000 SP2 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME AND...
Jonathan Augenstine
jaugenstine@...
Send Email
May 16, 2002
10:19 pm
30998
Hi Albert, Thanks very much for your email. Please make sure to send all questions related to TAO or ACE to the ACE mailing list or ACE+TAO newsgroup, rather...
Douglas C. Schmidt
schmidt@...
Send Email
May 17, 2002
12:04 am
30999
Hi Brad, Thanks very much for your email. Please make sure to send all questions related to TAO or ACE to the ACE mailing list or ACE+TAO newsgroup, rather...
Douglas C. Schmidt
schmidt@...
Send Email
May 17, 2002
12:07 am
Messages 30970 - 30999 of 42992   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help