ARIA-Users

Date Index Thread Index

Re: [Aria-users] Using ArClientBase and ArServerBase with UDP protocol



Matt LaFary wrote:

> Switching the client to server connections may work okay if you're just 
> trying to move the requests over to UDP, the connection stuff I'd advise 
> against (go ahead if you want to, but expect problems that I can't help 
> you with).  I can see a good case for making 'requestOnce' so that 
> ArClientBase could do the request once over UDP, and I could put this 
> into the next version if it'd make anyone's life easier (let me know if 
> it would).  I can see it making sense for requestOnce since this is how 
> large amounts of data would normally be sent to the server.  request I 
> don't really see as viable over UDP since its a very small amount of 
> data and only sent when the interval changes.
> 

...

> If you let me know more about the root problem you're trying to solve by 
> moving more over to UDP I might be able to offer some better advice 
> and/or set things up for the next release to address them (I might be 
> able to send you just a new ArClientBase with those features in it).
> 

Thank you for the prompt reply!

You have assumed correctly, I am interested only in moving requestOnce 
to UDP, and yes, I would greatly appreciate if the next release of ARIA 
would feature requestOnce with UDP. We are trying to use UDP as much as 
possible in general communication in an effort to reduce size of packet 
overhead and avoid resending of non-delivered packets. I am not 
interested in moving the whole connection protocol to UDP exclusively.

I will try and modify ArNetworking to be able to compile it and use it 
correctly and I will certainly report any changes that I make.

Thank you once again for your quick and elaborate response, I will let 
you know how it all went when I try it tomorrow.

Marko Budisic