[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.remoting

start multiple services over the same channel

Anibal Acosta

6/9/2004 7:46:00 PM

for example, over the same port (channel)
create multiple service like this

/service1
/service2
/service2


Is possible to do that, how?


Thanks a lot

AA


5 Answers

Elp

6/9/2004 8:22:00 PM

0


"AA" <aa@personal.net.py> wrote in message
news:OKxa5tlTEHA.3332@tk2msftngp13.phx.gbl...
> for example, over the same port (channel)
> create multiple service like this
> [...]
> Is possible to do that, how?

The goal of a port is to identify a single process waiting for network
connection on a given machine (identified by its IP address).

So no, it''s by definition not possible to have several
services/applications/processes listening on the same port.


Anibal Acosta

6/10/2004 2:01:00 PM

0

but if the hosting process is the same?
the same application hosting more than one service over the same channel, is
possible?


Thanks Elp

AA

"Elp" <rockfamily@REMOVEME.hotmail.com> wrote in message
news:uFlj48lTEHA.3528@TK2MSFTNGP12.phx.gbl...
>
> "AA" <aa@personal.net.py> wrote in message
> news:OKxa5tlTEHA.3332@tk2msftngp13.phx.gbl...
> > for example, over the same port (channel)
> > create multiple service like this
> > [...]
> > Is possible to do that, how?
>
> The goal of a port is to identify a single process waiting for network
> connection on a given machine (identified by its IP address).
>
> So no, it''s by definition not possible to have several
> services/applications/processes listening on the same port.
>
>


Someone@yahoo.com

6/10/2004 2:16:00 PM

0

Hi,
Try our performance king SocketPro at www.udaparts.com. It supports
multiple services over one listening socket port. Further, you can switch
from one service to another at run time. All of provided sample servers
supports database service, file management service, notification service,
..... and many more.

Cheer!

--
Yuancai (Charlie) Ye

Fast and securely accessing all of remote data sources anywhere with
SocketPro using batch/queue, asynchrony and parallel computation with online
compressing

See 30 well-tested and real OLEDB examples

www.udaparts.com


"AA" <aa@personal.net.py> wrote in message
news:%23F9ljRvTEHA.2716@tk2msftngp13.phx.gbl...
> but if the hosting process is the same?
> the same application hosting more than one service over the same channel,
is
> possible?
>
>
> Thanks Elp
>
> AA
>
> "Elp" <rockfamily@REMOVEME.hotmail.com> wrote in message
> news:uFlj48lTEHA.3528@TK2MSFTNGP12.phx.gbl...
> >
> > "AA" <aa@personal.net.py> wrote in message
> > news:OKxa5tlTEHA.3332@tk2msftngp13.phx.gbl...
> > > for example, over the same port (channel)
> > > create multiple service like this
> > > [...]
> > > Is possible to do that, how?
> >
> > The goal of a port is to identify a single process waiting for network
> > connection on a given machine (identified by its IP address).
> >
> > So no, it''s by definition not possible to have several
> > services/applications/processes listening on the same port.
> >
> >
>
>


Sunny

6/10/2004 3:10:00 PM

0

Hi,
yes, if this is the same process, you can host as many services as you
wish.

Sunny

In article <#F9ljRvTEHA.2716@tk2msftngp13.phx.gbl>, aa@personal.net.py
says...
> but if the hosting process is the same?
> the same application hosting more than one service over the same channel, is
> possible?
>
>
> Thanks Elp
>
> AA
>
> "Elp" <rockfamily@REMOVEME.hotmail.com> wrote in message
> news:uFlj48lTEHA.3528@TK2MSFTNGP12.phx.gbl...
> >
> > "AA" <aa@personal.net.py> wrote in message
> > news:OKxa5tlTEHA.3332@tk2msftngp13.phx.gbl...
> > > for example, over the same port (channel)
> > > create multiple service like this
> > > [...]
> > > Is possible to do that, how?
> >
> > The goal of a port is to identify a single process waiting for network
> > connection on a given machine (identified by its IP address).
> >
> > So no, it''s by definition not possible to have several
> > services/applications/processes listening on the same port.
> >
> >
>
>
>

Anibal Acosta

6/11/2004 2:20:00 AM

0

thanks!


"Sunny" <sunnyask@icebergwireless.com> wrote in message
news:OwRxH0vTEHA.972@TK2MSFTNGP10.phx.gbl...
> Hi,
> yes, if this is the same process, you can host as many services as you
> wish.
>
> Sunny
>
> In article <#F9ljRvTEHA.2716@tk2msftngp13.phx.gbl>, aa@personal.net.py
> says...
> > but if the hosting process is the same?
> > the same application hosting more than one service over the same
channel, is
> > possible?
> >
> >
> > Thanks Elp
> >
> > AA
> >
> > "Elp" <rockfamily@REMOVEME.hotmail.com> wrote in message
> > news:uFlj48lTEHA.3528@TK2MSFTNGP12.phx.gbl...
> > >
> > > "AA" <aa@personal.net.py> wrote in message
> > > news:OKxa5tlTEHA.3332@tk2msftngp13.phx.gbl...
> > > > for example, over the same port (channel)
> > > > create multiple service like this
> > > > [...]
> > > > Is possible to do that, how?
> > >
> > > The goal of a port is to identify a single process waiting for network
> > > connection on a given machine (identified by its IP address).
> > >
> > > So no, it''s by definition not possible to have several
> > > services/applications/processes listening on the same port.
> > >
> > >
> >
> >
> >