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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 31945 - 31974 of 42992   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
31945
Hi, What happens if some components need to be called on a certain time ? Is the wake-up call (handle_timeout) is on a diffrent thread ? Does the reactor calls...
Guy Peleg
guy.peleg@...
Send Email
Aug 1, 2002
7:40 am
31946
Hi, The same question with the PRF. ACE VERSION: 5.2.3 HOST MACHINE and OPERATING SYSTEM: Win2k SYNOPSIS: Timer expiration policy DESCRIPTION: What happens if...
Guy Peleg
guy.peleg@...
Send Email
Aug 1, 2002
8:01 am
31947
ACE VERSION: current CVS version HOST MACHINE and OPERATING SYSTEM: x86, Windows XP TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME...
Johnny Willemsen
jwillemsen@...
Send Email
Aug 1, 2002
8:31 am
31948
Hi Guy, Thanks for using the PRF. ... Assuming that you're not doing anything unusual, it's always called in the thread that's running the reactor's...
Douglas C. Schmidt
schmidt@...
Send Email
Aug 1, 2002
11:58 am
31949
Hi Dennis, Thanks for using the PRF. ... Yes, it should be. ... No, though it's not a normal use-case, so I suspect it isn't exercised in the TAO regression...
Douglas C. Schmidt
schmidt@...
Send Email
Aug 1, 2002
12:01 pm
31950
Hi, To ensure that we have proper version/platform/compiler information, please make sure you fill out the appropriate problem report form (PRF), which is in ...
Douglas C. Schmidt
schmidt@...
Send Email
Aug 1, 2002
12:07 pm
31951
Hi Olaf, ... Yes -- it's available in $ACE_ROOT/ace/RMCast/ ... I'm not sure what you mean by "data streaming." Can you please be more specific? ... Check out...
Douglas C. Schmidt
schmidt@...
Send Email
Aug 1, 2002
1:36 pm
31952
Hi Jason, Thanks for using the PRF. ... If you're on Windows then recv() returns <= 0 when a connection shuts down. Since you used size_t the -1 that's...
Douglas C. Schmidt
schmidt@...
Send Email
Aug 1, 2002
1:53 pm
31953
I was hoping to derive a message class from ACE_Message_Block, but I notice that duplicate() is not virtual, whereas clone() is virtual. Is there any reason...
brianr@...
Send Email
Aug 1, 2002
2:01 pm
31954
Hi Brian, ... Not that I can see. ... I've made the non-static duplicate() and release() methods virtual to support this use case. Thanks, Doug -- Dr. Douglas...
Douglas C. Schmidt
schmidt@...
Send Email
Aug 1, 2002
2:10 pm
31955
Hi Olaf, ... TAO's A/V Streaming Service provides higher-level APIs for using protocols like RTSP, assuming you've already got an RTSP implementation. BTW,...
Douglas C. Schmidt
schmidt@...
Send Email
Aug 1, 2002
2:50 pm
31956
... That's good to know. Many Thanks. -- Brian Raven I might be able to shoehorn a reference count in on top of the numeric value by disallowing multiple...
brianr@...
Send Email
Aug 1, 2002
3:57 pm
31957
Hi Fabrice, Thanks for using the PRF. ... I recommend you upgrade to the newest version of ACE+TAO x.2.3 and see if that fixes the problems you're having....
Douglas C. Schmidt
schmidt@...
Send Email
Aug 1, 2002
8:21 pm
31958
... Hello, I've a question regarding the automatic freeing of the underlying message data when used in a ACE_Message_Block. My case is that I've already...
Soeren Gerlach
so-mlist-alias@...
Send Email
Aug 1, 2002
9:21 pm
31959
... Sorry, this line should reas as: free ((void*) myProcessedMessageBlock->base()): Thanks, Soeren...
Soeren Gerlach
so-mlist-alias@...
Send Email
Aug 1, 2002
9:25 pm
31960
Hi James, ... We ran a bunch of tests with an earlier version of it and reported the results in http://www.cs.wustl.edu/~schmidt/PDF/words-02.pdf ... It worked...
Douglas C. Schmidt
schmidt@...
Send Email
Aug 1, 2002
10:09 pm
31961
Hi Soeren, ... Ok. ... Sure, it should work fine. There are various examples of how to do this in C++NPv2 <www.cs.wustl.edu/~schmidt/ACE/book2/>, which will...
Douglas C. Schmidt
schmidt@...
Send Email
Aug 1, 2002
10:20 pm
31962
... Doug, thanks for the (as usually ,-)) quick reply. Just leaving one question to me: I thought that when setting ACE_Message_Block::DONT_DELETE in the ...
Soeren Gerlach
soeren@...
Send Email
Aug 1, 2002
10:37 pm
31963
Hi Soeren, ... That's right -- wasn't that the issue you were asking about earlier? ... Right (assuming that you don't use a version of the ACE_Message_Block ...
Douglas C. Schmidt
schmidt@...
Send Email
Aug 1, 2002
10:56 pm
31964
... Okay, now I'feel good about this topic ;-) Thanks Doug, for pointing this out! Soeren...
Soeren Gerlach
so-mlist-alias@...
Send Email
Aug 1, 2002
11:09 pm
31965
Hi Dennis, ... First, try and make sure that the MFC application example in $TAO_ROOT/examples/mfc/ works. If it does, then use this as a model for your...
Douglas C. Schmidt
schmidt@...
Send Email
Aug 2, 2002
1:25 am
31966
Doug, I provided examples from my handle_input() method of my connector that is receiving content from a web server. Here is what I don't get: When using ...
Jason Dickert
jasondickert@...
Send Email
Aug 2, 2002
1:33 am
31967
Greetings, TAO VERSION: 1.2.1 ACE VERSION: 5.2.1 HOST MACHINE and OPERATING SYSTEM: HP-UX B.11.00 U 9000/800 TARGET MACHINE and OPERATING SYSTEM, if different...
jean.michel.frippiat
jean-michel.frippiat@...
Send Email
Aug 2, 2002
7:35 am
31968
hai all, ACE VERSION: 5.2 HOST MACHINE and OPERATING SYSTEM: WINdows2000 Professional SP 2 If on Windows based OS's, which version of WINSOCK do you use?:...
hari babu
kay_haribabu@...
Send Email
Aug 2, 2002
10:25 am
31969
Hi Barry, Thanks for using the PRF. ... We (i.e., the UCI, WU, and Vanderbilt DOC Groups) don't have the latest SunC++ compiler, so we can't help you until we...
Douglas C. Schmidt
schmidt@...
Send Email
Aug 2, 2002
11:54 am
31970
Hi Jin, ... Without more info we can't give you any advices. In particular, to ensure that we have proper version/platform/compiler information, please make...
Douglas C. Schmidt
schmidt@...
Send Email
Aug 2, 2002
11:54 am
31971
Hi Dennis, ... Good move ;-) ... True enough. ... Great! ... My suggestion would be to initialize the ORB related code any place that doesn't cause the program...
Douglas C. Schmidt
schmidt@...
Send Email
Aug 2, 2002
11:57 am
31972
Hi Jean-Michel, Thanks for using the PRF. ... There were some bug fixes to the ACE_Logging_Strategy in ACE 5.2.3 <deuce.doc.wustl.edu/Download.html>. I...
Douglas C. Schmidt
schmidt@...
Send Email
Aug 2, 2002
12:01 pm
31973
Hi Hari, Thanks for using the PRF. ... Ok. ... What do you mean by "listen from the beginning"? ... It's not clear what you're trying to do. However, is there...
Douglas C. Schmidt
schmidt@...
Send Email
Aug 2, 2002
12:03 pm
31974
... I've done some MFC + TAO work, and it was a lot of work to get going at first, but once you understand where to initialize things, and to put lots of...
Craig Rodrigues
crodrigu@...
Send Email
Aug 2, 2002
5:17 pm
Messages 31945 - 31974 of 42992   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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