Hi Chinmoy, ... The ACE time service doesn't change the local time of the machine (which would require root access). It does, however, provide an API to query...
Douglas C. Schmidt
schmidt@...
Aug 2, 2004 1:17 pm
39092
ACE VERSION: 5.4.1 HOST MACHINE and OPERATING SYSTEM: Redhat Linux - Kernel 2.4.9-e.27smp (4 Processor Intel Box). MACHINE and OPERATING SYSTEM, if different...
Monish Dhalwani
monishd@...
Aug 2, 2004 6:07 pm
39093
Hi Stan, ... I don't see any reason why that won't work. It's probably worthwhile trying to use the latest ACE_Dev_Poll_Reactor on Linux, which provides a...
Douglas C. Schmidt
schmidt@...
Aug 2, 2004 6:46 pm
39094
Hi David, ... You're quite welcome! ... You basically have two choices: . The "do it yourself" approach, which involves checking out the ChangeLog entries in ...
Douglas C. Schmidt
schmidt@...
Aug 3, 2004 12:24 am
39095
Hi Stan, To demultiplex input on just 4 sockets the default ACE-reactors in a single thread is more than Enough. Your 3000 udp-clients are still connectionless...
Robert Iakobashvili
roberti@...
Aug 3, 2004 5:59 am
39096
Hi, Just FYI, we use 8K of fdset (patched the kernel ...) and use Select_Reactor - single threaded (with an additional fix to enhance it), and it works without...
Kobi Cohen-Arazi
kcarazi@...
Aug 3, 2004 7:22 am
39097
... For full (hopefully final) support (patch for ACE 5.4.2) see: http://www.eko.net.pl/~jarek/ace/dev_poll_reactor/20040801/Dev_Poll_Reactor.cpp.diff Please...
Jarosław Nozderko
jaroslaw.nozderko@...
Aug 3, 2004 8:51 am
39098
Dear ACE Users, I have a question about ACE + asynch SSL which I will ask using the PRF. ACE VERSION: 5.3, released Wed Jan 15 18:02:01 2003. HOST MACHINE and...
Alexander Lisovyy
lisovyy@...
Aug 3, 2004 11:22 am
39099
Dear ACE Users, please consult !!!!!! I wrote a server on Proactor with ACE_SSL_Asynch_Stream, main programm is derived from ACE_NT_Service. If connection...
Alexander Lisovyy
lisovyy@...
Aug 3, 2004 3:27 pm
39100
Hi, ... Jarek's patch is also available in our CVS HEAD branch. Thanks Jarek! -Ossama...
Ossama Othman
ossama@...
Aug 3, 2004 10:40 pm
39101
Hi, I have added some regular expressions stuff in my ACE-Server. Actually, I use PCRE library, but I'm would like to know if the ACE regex tools are in...
Hi Anand, Thanks for using the PRF. ... If you check out http://www.dre.vanderbilt.edu/scoreboard/ you'll see that we've got SuSe 8.1 and 9.0 installed as part...
Douglas C. Schmidt
schmidt@...
Aug 4, 2004 1:34 am
39103
Hi, I think for SuSE 6.4 the define ACE_HAS_NONCONST_MSGSND would have to be set, but we should set this dependent on glibc version (I think it is dependent of...
Johnny Willemsen
jwillemsen@...
Aug 4, 2004 6:33 am
39104
ACE VERSION: 5.4.1 HOST MACHINE and OPERATING SYSTEM: Win32, Linux (PC), Solaris TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME AND...
Boris Kaminer
boris_kaminer@...
Aug 4, 2004 12:38 pm
39105
ACE VERSION: 5.4.1 HOST MACHINE and OPERATING SYSTEM: Win32, Linux (PC), Solaris TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME AND...
Boris Kaminer
boris_kaminer@...
Aug 4, 2004 12:39 pm
39106
Hi Carlos, ... If someone can use the boost regexp library to address their needs they should. As usual, we can't use this in ACE since boost isn't portable...
Douglas C. Schmidt
schmidt@...
Aug 4, 2004 1:04 pm
39107
Hi Chinmoy, ... Please see the ACE_System_Time class in $ACE_ROOT/ace/System_Time.h take care, Doug...
Douglas C. Schmidt
schmidt@...
Aug 4, 2004 2:15 pm
39108
Hi, In my ace-server, I use Kerberos for my network authentication protocol. But, I've tweaked a lot of things and I'm not very proud of it. So, I would like...
Pascal Rheaume
pascal.rheaume@...
Aug 4, 2004 2:18 pm
39109
Hi Pascal, You can find freeradius project as a good one (another option is openradius). Truly, Robert Iakobashvili, GOAC Team Leader Go Networks ... From:...
Robert Iakobashvili
roberti@...
Aug 4, 2004 2:41 pm
39110
Hi Carlos, ... ACE itself isn't currently using a regexp library internally, but it has long supported regex functions (i.e., ACE_OS::compile() and ...
Douglas C. Schmidt
schmidt@...
Aug 4, 2004 2:48 pm
39111
... I don't think I have any of them handy, but Will probably does. Carlos, I'm certainly against bloating ACE. The only part I've played in this is helping...
Don Hinton
don.hinton@...
Aug 4, 2004 3:43 pm
39112
Hi ACE users group, I wrote a server on Proactor with ACE_SSL_Asynch_Stream, main programm is derived from ACE_NT_Service. If client close connection correct...
Alexander Lisovyy
lisovyy@...
Aug 4, 2004 4:21 pm
39113
ACE VERSION: 5.4.1 HOST MACHINE and OPERATING SYSTEM: HP N4000-44 / HP-UX B.11.11 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME...
Murray, Charlie H
Charlie_Murray@...
Aug 4, 2004 4:28 pm
39114
Thanks for the informations Will! So, since I've send this request about Regex, I've search for PCRE alternative and I've found the TRE project...
Pascal Rheaume
pascal.rheaume@...
Aug 4, 2004 5:04 pm
39115
[Pascal, there's a question for you below.] Hi Carlos, ... Cool - so the next step is to get someone with time on their hands to setup auto-builds to ensure...
Douglas C. Schmidt
schmidt@...
Aug 4, 2004 5:14 pm
39116
Dear ACE Users, I have a question about ACE + asynch SSL which I will ask using the PRF. ACE VERSION: 5.3, released Wed Jan 15 18:02:01 2003. HOST MACHINE and...
Alexander Lisovyy
lisovyy@...
Aug 4, 2004 5:58 pm
39117
Hi, Thanks very much for your email. Please make sure to send all questions related to TAO or ACE to the TAO mailing list or ACE+TAO newsgroup, rather than to...
Douglas C. Schmidt
schmidt@...
Aug 4, 2004 6:05 pm
39118
Hi, Douglas Thanks for response! ... Is this a problem of ACE 5.3? Does anybody bring together with this problem? Or its my bug? Best regards Sasha Lisovyy ......
Alexander Lisovyy
lisovyy@...
Aug 4, 2004 6:16 pm
39119
Hi Sasha, ... It's hard to say since ACE 5.3 has not been maintained by us for quite some time. A number of fixes to the ACE_SSL asynchronous IO code have ...