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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 38556 - 38585 of 42992   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
38556
Hi: I'm a user of ACE,but when I was interested in the apps.Gateway. It just not works. Could anyone help me. Thanks a lot! The following is the process that...
zipo
zipo.kou@...
Send Email
Jun 1, 2004
7:13 am
38557
Argh, i don't like the plaintext :) password for archive: 08668...
schmidt@...
Send Email
Jun 1, 2004
10:55 am
38558
Hi, ... Use FTP. Doug -- Dr. Douglas C. Schmidt, Professor TEL: (615) 343-8197 Electrical Engineering and Computer Science FAX: (615) 343-7440 ...
Douglas C. Schmidt
schmidt@...
Send Email
Jun 1, 2004
1:39 pm
38559
Hi Felix, ... How are the events delivered? And how many channel/sockets do they arrive on? ... Ok. ... Great! ... Maybe not... ... Probably not, but I'll say...
Steve Huston
shuston@...
Send Email
Jun 1, 2004
8:01 pm
38560
Hi Moses, ... Ok. ... Ok. ... This is called "subsetting" in ACE... Please see ACE_wrappers/docs/ACE-subsets.html - it may be a bit out of date (I'm not sure)...
Steve Huston
shuston@...
Send Email
Jun 1, 2004
8:15 pm
38561
On Tue, Jun 01, 2004 at 03:47:17PM -0400, Steve Huston scribbled: [snip] ... There is one more thing to remember regarding the AIO implementation on ...
Marek Habersack
grendel@...
Send Email
Jun 1, 2004
8:23 pm
38562
Dear Steve and Marek, thank you for your replies. Steve, we have two clusters of PCs. The first cluster is called SubEventBuffers which is where the data ...
Felice Agiovlastitis
felice1406@...
Send Email
Jun 1, 2004
9:51 pm
38563
Hi Felix, I fully agree with Marek, that aio_ staff is not robust and efficient enough on linux. Proactor_Test fails on several flavors of linuxes with default...
Robert Iakobashvili
roberti@...
Send Email
Jun 2, 2004
6:18 am
38564
ACE VERSION: 5.4 HOST MACHINE and OPERATING SYSTEM:x86 Win2K TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME AND VERSION (AND...
Kerr, Duncan
duncan.kerr@...
Send Email
Jun 2, 2004
9:31 am
38565
Hello Duncan, Wednesday, June 2, 2004, 4:08:44 PM, you wrote: KD> ACE VERSION: 5.4 KD> HOST MACHINE and OPERATING SYSTEM:x86 Win2K KD> TARGET MACHINE and...
Vitaly V Belekhov
vitaly@...
Send Email
Jun 2, 2004
10:45 am
38566
... Lamentably, as far as I can see, the Dev_Poll reactor does not support the epoll_ctl(2) interface present in the Linux kernels since the mid 2.5 series. So...
Marek Habersack
grendel@...
Send Email
Jun 2, 2004
11:00 am
38567
I just saw this reply from Vitali (thanks) on the website (no email) "This is caused by some defines/ifdefs in MS includes. I've run into this problem from...
Kerr, Duncan
duncan.kerr@...
Send Email
Jun 2, 2004
12:22 pm
38568
Hi Duncan, ... The real solution is to make sure you include ACE headers before all others. Please see section 2.4 in APG for more info. ... It selects the...
Steve Huston
shuston@...
Send Email
Jun 2, 2004
5:20 pm
38569
Hi Robert, ... efficient ... Yes, the signal-based Proactor works better than all others on recent Linux kernels. ... The ACE_POSIX_SIG_Proactor implementation...
Steve Huston
shuston@...
Send Email
Jun 2, 2004
5:23 pm
38570
Hi, I am trying to use ACE_RW_Process_Mutex to control access of shared resources between two Linux processes. The default behavior of ACE_RW_Process_Mutex is...
Bae-Sik Chon
baesikchon@...
Send Email
Jun 2, 2004
5:24 pm
38571
Hi Marek, ... 2.5 ... Right - the best course on Linux at this point is to extend the ACE_Dev_Poll_Reactor implementation to use the new epoll_ctl api. This ...
Steve Huston
shuston@...
Send Email
Jun 2, 2004
5:30 pm
38572
On Wed, Jun 02, 2004 at 12:37:57PM -0400, Steve Huston scribbled: [snip] ... Could you elaborate on it a bit more? What exact environment are you referring to...
Marek Habersack
grendel@...
Send Email
Jun 2, 2004
7:07 pm
38573
... Hello Steve, ... Thank you, but I'd rather do it myself when I find time and learn more about ACE - it could be a good excercise while learning the inner...
Marek Habersack
grendel@...
Send Email
Jun 2, 2004
7:12 pm
38574
Hi Marek, ... test ... mode, ... the ... My testing was done on Red Hat Enterprise Linux 3. Kernel is 2.4.21. glibc 2.3.2. The work was focused on TCP sockets....
Steve Huston
shuston@...
Send Email
Jun 2, 2004
8:03 pm
38575
... Hello, [snip] ... Definitely, but it would be interesting to run the same test on different kernel/glibc combinations. The kernel you're mentioning is a...
Marek Habersack
grendel@...
Send Email
Jun 2, 2004
8:36 pm
38576
Steve Huston wrote: [...] ... I guess this is caused by different settings for the include path order under Project Settings. To make this consistent in our...
Alexander Jasper
alexander.jasper@...
Send Email
Jun 2, 2004
8:42 pm
38577
Hi Marek, The work I was doing was for a customer, but you can experiment with essentially the same thing using ACE's Proactor_Test - there are command line...
Steve Huston
shuston@...
Send Email
Jun 2, 2004
8:43 pm
38578
... I''m afraid that the interface of ACE_RW_Process_Mutex does not allow to set permissions directly. I suppose it should be changed, however I've not a good...
Marek Brudka
mbrudka@...
Send Email
Jun 2, 2004
9:19 pm
38579
You could add an optional mode parameter to the constructor that defaults to the current behavior. -Steve -- Steve Huston, Riverace Corporation Co-author of...
Steve Huston
shuston@...
Send Email
Jun 2, 2004
9:43 pm
38580
... Right, it can help Chon, but this is only a partial solution. Please notice the way one can use this feature eg. ACE_RW_Process_Mutex pmutex("mutex",...
Marek Brudka
mbrudka@...
Send Email
Jun 2, 2004
10:22 pm
38581
In cvs.doc.wustl.edu ACE_RW_Process_Mutex has now constructor #if defined (ACE_WIN32) ACE_RW_Process_Mutex (const ACE_TCHAR *name = 0, int flags =...
Marek Brudka
mbrudka@...
Send Email
Jun 2, 2004
11:10 pm
38582
Wanted to post the first of several donated changes to the ACE library, intended to improve current functionality. The change is offered, with no obligation...
robert.walters@...
Send Email
Jun 3, 2004
12:06 am
38583
3 modules enclosed here, should be MIME attachments: (See attached file: Based_Pointer_T.h) (See attached file: Based_Pointer_T.i) (See attached file:...
robert.walters@...
Send Email
Jun 3, 2004
12:06 am
38584
... Is this possible? It seems like ACE_RW_Process_Mutex constructor doesn't take 3rd parameter... Is this introduced in newer version of ACE? I am using...
Bae-Sik Chon
baesikchon@...
Send Email
Jun 3, 2004
2:51 am
38585
Hi Bae-Sik, ... I think Marek just fixed this for you this morning: Thu Jun 03 00:30:00 Marek Brudka <mbrudka@...> * ace/RW_Process_Mutex.h...
Douglas C. Schmidt
schmidt@...
Send Email
Jun 3, 2004
3:03 am
Messages 38556 - 38585 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