I just registered in ACE list, and tried to look up in mailing list
archive for an answer.
Unfortunately I cannot access the archive, here is message I receive:
Private archive file not found
My question is about the UDP protocol management in ACE (5.5), and
mainly issue with size limitation of the protocol.
I have currently an application running under windows, and encountered
the following issue:
Win32 Error code Description
1450 Insufficient system resources exist to complete the requested service
I see a scatter/gather functionality implemented for windows using the
cont() method of ACE_Message_Block.
I am still investigating the way it should be use, but some advise will
be helpful.
BTW I would like to know the way it is managed (if applicable) for other
OS ?
Or should I manage the split manually ?
Thanks in advance for answers
Cédric Templie
> I just registered in ACE list, and tried to look up in mailing list
> archive for an answer. Unfortunately I cannot access the archive,
> here is message I receive: Private archive file not found
What URL are you using here?
> My question is about the UDP protocol management in ACE (5.5), and
> mainly issue with size limitation of the protocol.
> I have currently an application running under windows, and encountered
> the following issue:
>
> Win32 Error code Description
> 1450 Insufficient system resources exist to complete the requested service
This sounds like a Windows limitation, not an ACE limitation since ACE
just has a simple wrapper facade around this stuff. You might post a
question to a Windows mailing to see what the limits are.
> BTW I would like to know the way it is managed (if applicable) for
> other OS ? Or should I manage the split manually ?
Yes, that's probably the best way to do it.
Thanks,
Doug
--
Dr. Douglas C. Schmidt Professor and Associate Chair
Electrical Engineering and Computer Science TEL: (615) 343-8197
Vanderbilt University WEB: www.dre.vanderbilt.edu/~schmidt
Nashville, TN 37203 NET: d.sc...@vanderbilt.edu
If I use this URL:
http://mail.cse.wustl.edu/mailman/private/ace-users/
I also get
"Private archive file not found"
Stefan
--
----------------------------------------------------------------------
Stefan Naewe ATLAS Elektronik GmbH
Dept.: NUS T4
phone: +49-(0)421-457-1378 Sebaldsbruecker Heerstr. 235
fax: +49-(0)421-457-3913 28305 Bremen
http://mail.cse.wustl.edu/mailman/private/ace-users/
Cédric Templie
> I have issue for the same URL:
>
> http://mail.cse.wustl.edu/mailman/private/ace-users/
Please take a look at
http://www.cs.wustl.edu/~schmidt/ACE-mail.html
and follow the links for instructions on how to access the ACE
archives. I just tried this and it works fine.
Thanks,
Doug