On Sun, 2003-03-30 at 07:45, Pepe wrote:
> >
> > I've been using the ServerSocket class and have been able to access my
> > app (locally) from a browser using either 127.0.0.1 or "localhost".
> >
> > Jon
>
> What about UDP? With an external UDP-class in RB 4.5 I was able to use
> more than one socket on the same port. It doesn't seem to work in RB
> 5...
Technically it is not possible to bind multiple sockets to the same port
on the same machine (who gets the packets?)
with UDP you can bind the sockets to different ports then send the
datagram from one port to the other simply by telling the datagram to
which port it should go.
-jason
---
A searchable archive of this list is available at:
<http://support.realsoftware.com/listarchives/search.php>
Unsubscribe:
<mailto:realbasic-nug-off at lists dot realsoftware dot com>
Subscribe to the digest:
<mailto:realbasic-nug-digest at lists dot realsoftware dot com>
.
|