|
List Info
Thread: Remoting Question
|
|
| Remoting Question |

|
2006-09-28 13:57:13 |
I know it sounds confusing, I tried to ask the question in
as simplest terms as possible. Let me try again:
Can a .NET Windows Service invoke a Delegate (fire an event
) in an ASP.NET application through the use of .NET Remoting
?
thanks
>> Are you trying to have a terminal session
running in the browser? Like
>> a WebEx session?
>> Service hosted remote objects run on the server.
I don't even know if
>> it's possible to give them a user interface, but
even if it is, it would
>> be displayed on the server not the client.
>> I don't know what would happen if you returned
an instance of your class
>> by value ... It would have to be serializable
of course.
>> Sorry I can't be of much help on this one.
>> Peter
>> -----Original Message-----
>> From: Discussion of development on the .NET
platform using any managed
>> language [mailto OTNET-CL
R DISCUSS.DEVELOP.COM] On Behalf Of Jeff
>> Roberts
>> Sent: 28 September 2006 14:37
>> To: DOTNET-CLR DISCUSS.DEVELOP.COM
>> Subject: [DOTNET-CLR] Remoting Question
>> I am about to embark on a new ASP.NET
application. My application needs
>> to access a .net class that we wrote and the
class needs to be able to
>> live in its own process space (not ASP.NET's
process). The class uses
>> sockets to connect to other hosts and emulates a
telnet terminal
>> emulator. I want the terminal emulator class to
live for more than a
>> ASP.NET page life. After reading up on
Remoting, I think I can create a
>> Windows Service which is where the .net terminal
emulator class will
>> live and then write my ASP.NET application to
use Remoting to access the
>> Terminal emulator class. Any suggestions would
be appreciated.
>> What I don't know is if the Windows Service
terminal emulator .net class
>> can have a delegate/event that gets fired back
into the ASP.NET client
>> code. I have been looking at the new Atlas
class UpdatePanel that
>> allows the ASP.NET code to update a browsers
page after is has been
>> displayed. What I need is the ability to change
the Browsers page when
>> the Windows service fires the event. Does
anyone know if this is
>> possible ?
>> Thanks
>>
>> ===================================
>> This list is hosted by DevelopMentor(r) http://www.develop.com
>> View archives and manage your subscription(s) at
>> http://discuss.develop.com
>> ===================================
>> This list is hosted by DevelopMentorŪ http://www.develop.com
>> View archives and manage your subscription(s) at
>> http://discuss.develop.com
===================================
This list is hosted by DevelopMentorŪ http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
|
|
| Remoting Question |

|
2006-09-28 20:06:39 |
Your client app would have to poll - AFAIK there is no way
to notify the
client from the server of changes from the server end.
-----Original Message-----
From: Discussion of development on the .NET platform using
any managed
language [mailto OTNET-CL
R DISCUSS.DEVELOP.COM] On Behalf Of Jeff
Roberts
Sent: Friday, 29 September 2006 01:57
To: DOTNET-CLR DISCUSS.DEVELOP.COM
Subject: Re: [DOTNET-CLR] Remoting Question
I know it sounds confusing, I tried to ask the question in
as simplest
terms as possible. Let me try again:
Can a .NET Windows Service invoke a Delegate (fire an event
) in an
ASP.NET application through the use of .NET Remoting ?
thanks
>> Are you trying to have a terminal session
running in the
browser? Like
>> a WebEx session?
>> Service hosted remote objects run on the server.
I don't even
know if
>> it's possible to give them a user interface, but
even if it is, it
would
>> be displayed on the server not the client.
>> I don't know what would happen if you returned
an instance of your
class
>> by value ... It would have to be serializable
of course.
>> Sorry I can't be of much help on this one.
>> Peter
>> -----Original Message-----
>> From: Discussion of development on the .NET
platform using any
managed
>> language [mailto OTNET-CL
R DISCUSS.DEVELOP.COM] On Behalf Of Jeff
>> Roberts
>> Sent: 28 September 2006 14:37
>> To: DOTNET-CLR DISCUSS.DEVELOP.COM
>> Subject: [DOTNET-CLR] Remoting Question
>> I am about to embark on a new ASP.NET
application. My application
needs
>> to access a .net class that we wrote and the
class needs to be
able to
>> live in its own process space (not ASP.NET's
process). The class
uses
>> sockets to connect to other hosts and emulates a
telnet terminal
>> emulator. I want the terminal emulator class to
live for more
than a
>> ASP.NET page life. After reading up on
Remoting, I think I can
create a
>> Windows Service which is where the .net terminal
emulator class
will
>> live and then write my ASP.NET application to
use Remoting to
access the
>> Terminal emulator class. Any suggestions would
be appreciated.
>> What I don't know is if the Windows Service
terminal emulator .net
class
>> can have a delegate/event that gets fired back
into the ASP.NET
client
>> code. I have been looking at the new Atlas
class UpdatePanel that
>> allows the ASP.NET code to update a browsers
page after is has
been
>> displayed. What I need is the ability to change
the Browsers page
when
>> the Windows service fires the event. Does
anyone know if this is
>> possible ?
>> Thanks
>>
>> ===================================
>> This list is hosted by DevelopMentor(r) http://www.develop.com
>> View archives and manage your subscription(s) at
>> http://discuss.develop.com
>> ===================================
>> This list is hosted by DevelopMentor(r) http://www.develop.com
>> View archives and manage your subscription(s) at
>> http://discuss.develop.com
===================================
This list is hosted by DevelopMentor(r) http://www.develop.com
View archives and manage your subscription(s) at
http://discuss.develop.com
===================================
This list is hosted by DevelopMentorŪ http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
|
|
| Remoting Question |

|
2006-09-28 20:44:55 |
-----Original
http://www.act
ivemq.com/site/home.html
-----Original Message-----
From: Discussion of development on the .NET platform using
any managed
language [mailto OTNET-CL
R DISCUSS.DEVELOP.COM] On Behalf Of Dean
Cleaver
Sent: Thursday, September 28, 2006 4:07 PM
To: DOTNET-CLR DISCUSS.DEVELOP.COM
Subject: Re: [DOTNET-CLR] Remoting Question
Your client app would have to poll - AFAIK there is no way
to notify the
client from the server of changes from the server end.
-----Original Message-----
From: Discussion of development on the .NET platform using
any managed
language [mailto OTNET-CL
R DISCUSS.DEVELOP.COM] On Behalf Of Jeff
Roberts
Sent: Friday, 29 September 2006 01:57
To: DOTNET-CLR DISCUSS.DEVELOP.COM
Subject: Re: [DOTNET-CLR] Remoting Question
I know it sounds confusing, I tried to ask the question in
as simplest
terms as possible. Let me try again:
Can a .NET Windows Service invoke a Delegate (fire an event
) in an
ASP.NET application through the use of .NET Remoting ?
thanks
>> Are you trying to have a terminal session
running in the
browser? Like
>> a WebEx session?
>> Service hosted remote objects run on the server.
I don't even
know if
>> it's possible to give them a user interface, but
even if it is, it
would
>> be displayed on the server not the client.
>> I don't know what would happen if you returned
an instance of your
class
>> by value ... It would have to be serializable
of course.
>> Sorry I can't be of much help on this one.
>> Peter
>> -----Original Message-----
>> From: Discussion of development on the .NET
platform using any
managed
>> language [mailto OTNET-CL
R DISCUSS.DEVELOP.COM] On Behalf Of Jeff
>> Roberts
>> Sent: 28 September 2006 14:37
>> To: DOTNET-CLR DISCUSS.DEVELOP.COM
>> Subject: [DOTNET-CLR] Remoting Question
>> I am about to embark on a new ASP.NET
application. My application
needs
>> to access a .net class that we wrote and the
class needs to be
able to
>> live in its own process space (not ASP.NET's
process). The class
uses
>> sockets to connect to other hosts and emulates a
telnet terminal
>> emulator. I want the terminal emulator class to
live for more
than a
>> ASP.NET page life. After reading up on
Remoting, I think I can
create a
>> Windows Service which is where the .net terminal
emulator class
will
>> live and then write my ASP.NET application to
use Remoting to
access the
>> Terminal emulator class. Any suggestions would
be appreciated.
>> What I don't know is if the Windows Service
terminal emulator .net
class
>> can have a delegate/event that gets fired back
into the ASP.NET
client
>> code. I have been looking at the new Atlas
class UpdatePanel that
>> allows the ASP.NET code to update a browsers
page after is has
been
>> displayed. What I need is the ability to change
the Browsers page
when
>> the Windows service fires the event. Does
anyone know if this is
>> possible ?
>> Thanks
>>
>> ===================================
>> This list is hosted by DevelopMentor(r) http://www.develop.com
>> View archives and manage your subscription(s)
at
>> http://discuss.develop.com
>> ===================================
>> This list is hosted by DevelopMentor(r) http://www.develop.com
>> View archives and manage your subscription(s)
at
>> http://discuss.develop.com
===================================
This list is hosted by DevelopMentor(r) http://www.develop.com
View archives and manage your subscription(s) at
http://discuss.develop.com
===================================
This list is hosted by DevelopMentor(r) http://www.develop.com
View archives and manage your subscription(s) at
http://discuss.develop.com
-----------------------------------------
The information contained in this message may be
privileged,
confidential,
and protected from disclosure. If the reader of this message
is not
the
intended recipient, or any employee or agent responsible
for
delivering this
message to the intended recipient, you are hereby notified
that any
dissemination, distribution, or copying of this
communication is
strictly
prohibited. If you have received this communication in
error,
please notify
us immediately by replying to the message and deleting it
from your
computer. Thank you.
===================================
This list is hosted by DevelopMentorŪ http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
|
|
| Remoting Question |

|
2006-09-28 21:15:23 |
Interesting - that's Ratpick!
-----Original Message-----
From: Discussion of development on the .NET platform using
any managed
language [mailto OTNET-CL
R DISCUSS.DEVELOP.COM] On Behalf Of Burrows,
Patrick
Sent: Friday, 29 September 2006 08:45
To: DOTNET-CLR DISCUSS.DEVELOP.COM
Subject: Re: [DOTNET-CLR] Remoting Question
-----Original
http://www.act
ivemq.com/site/home.html
-----Original Message-----
From: Discussion of development on the .NET platform using
any managed
language [mailto OTNET-CL
R DISCUSS.DEVELOP.COM] On Behalf Of Dean
Cleaver
Sent: Thursday, September 28, 2006 4:07 PM
To: DOTNET-CLR DISCUSS.DEVELOP.COM
Subject: Re: [DOTNET-CLR] Remoting Question
Your client app would have to poll - AFAIK there is no way
to notify the
client from the server of changes from the server end.
-----Original Message-----
From: Discussion of development on the .NET platform using
any managed
language [mailto OTNET-CL
R DISCUSS.DEVELOP.COM] On Behalf Of Jeff
Roberts
Sent: Friday, 29 September 2006 01:57
To: DOTNET-CLR DISCUSS.DEVELOP.COM
Subject: Re: [DOTNET-CLR] Remoting Question
I know it sounds confusing, I tried to ask the question in
as simplest
terms as possible. Let me try again:
Can a .NET Windows Service invoke a Delegate (fire an event
) in an
ASP.NET application through the use of .NET Remoting ?
thanks
>> Are you trying to have a terminal session
running in the
browser? Like
>> a WebEx session?
>> Service hosted remote objects run on the server.
I don't even
know if
>> it's possible to give them a user interface, but
even if it is, it
would
>> be displayed on the server not the client.
>> I don't know what would happen if you returned
an instance of your
class
>> by value ... It would have to be serializable
of course.
>> Sorry I can't be of much help on this one.
>> Peter
>> -----Original Message-----
>> From: Discussion of development on the .NET
platform using any
managed
>> language [mailto OTNET-CL
R DISCUSS.DEVELOP.COM] On Behalf Of Jeff
>> Roberts
>> Sent: 28 September 2006 14:37
>> To: DOTNET-CLR DISCUSS.DEVELOP.COM
>> Subject: [DOTNET-CLR] Remoting Question
>> I am about to embark on a new ASP.NET
application. My application
needs
>> to access a .net class that we wrote and the
class needs to be
able to
>> live in its own process space (not ASP.NET's
process). The class
uses
>> sockets to connect to other hosts and emulates a
telnet terminal
>> emulator. I want the terminal emulator class to
live for more
than a
>> ASP.NET page life. After reading up on
Remoting, I think I can
create a
>> Windows Service which is where the .net terminal
emulator class
will
>> live and then write my ASP.NET application to
use Remoting to
access the
>> Terminal emulator class. Any suggestions would
be appreciated.
>> What I don't know is if the Windows Service
terminal emulator .net
class
>> can have a delegate/event that gets fired back
into the ASP.NET
client
>> code. I have been looking at the new Atlas
class UpdatePanel that
>> allows the ASP.NET code to update a browsers
page after is has
been
>> displayed. What I need is the ability to change
the Browsers page
when
>> the Windows service fires the event. Does
anyone know if this is
>> possible ?
>> Thanks
>>
>> ===================================
>> This list is hosted by DevelopMentor(r) http://www.develop.com
>> View archives and manage your subscription(s) at
>> http://discuss.develop.com
>> ===================================
>> This list is hosted by DevelopMentor(r) http://www.develop.com
>> View archives and manage your subscription(s) at
>> http://discuss.develop.com
===================================
This list is hosted by DevelopMentor(r) http://www.develop.com
View archives and manage your subscription(s) at
http://discuss.develop.com
===================================
This list is hosted by DevelopMentor(r) http://www.develop.com
View archives and manage your subscription(s) at
http://discuss.develop.com
-----------------------------------------
The information contained in this message may be privileged,
confidential, and protected from disclosure. If the reader
of this
message is not the intended recipient, or any employee or
agent
responsible for delivering this message to the intended
recipient, you
are hereby notified that any dissemination, distribution, or
copying of
this communication is strictly prohibited. If you have
received this
communication in error, please notify us immediately by
replying to the
message and deleting it from your computer. Thank you.
===================================
This list is hosted by DevelopMentor(r) http://www.develop.com
View archives and manage your subscription(s) at
http://discuss.develop.com
===================================
This list is hosted by DevelopMentorŪ http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
|
|
| Remoting Question |

|
2006-09-28 21:19:06 |
Err - that should have been "thanx". I've not had
my morning coffee yet
:(
-----Original Message-----
From: Discussion of development on the .NET platform using
any managed
language [mailto OTNET-CL
R DISCUSS.DEVELOP.COM] On Behalf Of Dean
Cleaver
Sent: Friday, 29 September 2006 09:15
To: DOTNET-CLR DISCUSS.DEVELOP.COM
Subject: Re: [DOTNET-CLR] Remoting Question
Interesting - that's Ratpick!
-----Original Message-----
From: Discussion of development on the .NET platform using
any managed
language [mailto OTNET-CL
R DISCUSS.DEVELOP.COM] On Behalf Of Burrows,
Patrick
Sent: Friday, 29 September 2006 08:45
To: DOTNET-CLR DISCUSS.DEVELOP.COM
Subject: Re: [DOTNET-CLR] Remoting Question
-----Original
http://www.act
ivemq.com/site/home.html
-----Original Message-----
From: Discussion of development on the .NET platform using
any managed
language [mailto OTNET-CL
R DISCUSS.DEVELOP.COM] On Behalf Of Dean
Cleaver
Sent: Thursday, September 28, 2006 4:07 PM
To: DOTNET-CLR DISCUSS.DEVELOP.COM
Subject: Re: [DOTNET-CLR] Remoting Question
Your client app would have to poll - AFAIK there is no way
to notify the
client from the server of changes from the server end.
-----Original Message-----
From: Discussion of development on the .NET platform using
any managed
language [mailto OTNET-CL
R DISCUSS.DEVELOP.COM] On Behalf Of Jeff
Roberts
Sent: Friday, 29 September 2006 01:57
To: DOTNET-CLR DISCUSS.DEVELOP.COM
Subject: Re: [DOTNET-CLR] Remoting Question
I know it sounds confusing, I tried to ask the question in
as simplest
terms as possible. Let me try again:
Can a .NET Windows Service invoke a Delegate (fire an event
) in an
ASP.NET application through the use of .NET Remoting ?
thanks
>> Are you trying to have a terminal session
running in the
browser? Like
>> a WebEx session?
>> Service hosted remote objects run on the server.
I don't even
know if
>> it's possible to give them a user interface, but
even if it is, it
would
>> be displayed on the server not the client.
>> I don't know what would happen if you returned
an instance of your
class
>> by value ... It would have to be serializable
of course.
>> Sorry I can't be of much help on this one.
>> Peter
>> -----Original Message-----
>> From: Discussion of development on the .NET
platform using any
managed
>> language [mailto OTNET-CL
R DISCUSS.DEVELOP.COM] On Behalf Of Jeff
>> Roberts
>> Sent: 28 September 2006 14:37
>> To: DOTNET-CLR DISCUSS.DEVELOP.COM
>> Subject: [DOTNET-CLR] Remoting Question
>> I am about to embark on a new ASP.NET
application. My application
needs
>> to access a .net class that we wrote and the
class needs to be
able to
>> live in its own process space (not ASP.NET's
process). The class
uses
>> sockets to connect to other hosts and emulates a
telnet terminal
>> emulator. I want the terminal emulator class to
live for more
than a
>> ASP.NET page life. After reading up on
Remoting, I think I can
create a
>> Windows Service which is where the .net terminal
emulator class
will
>> live and then write my ASP.NET application to
use Remoting to
access the
>> Terminal emulator class. Any suggestions would
be appreciated.
>> What I don't know is if the Windows Service
terminal emulator .net
class
>> can have a delegate/event that gets fired back
into the ASP.NET
client
>> code. I have been looking at the new Atlas
class UpdatePanel that
>> allows the ASP.NET code to update a browsers
page after is has
been
>> displayed. What I need is the ability to change
the Browsers page
when
>> the Windows service fires the event. Does
anyone know if this is
>> possible ?
>> Thanks
>>
>> ===================================
>> This list is hosted by DevelopMentor(r) http://www.develop.com
>> View archives and manage your subscription(s) at
>> http://discuss.develop.com
>> ===================================
>> This list is hosted by DevelopMentor(r) http://www.develop.com
>> View archives and manage your subscription(s) at
>> http://discuss.develop.com
===================================
This list is hosted by DevelopMentor(r) http://www.develop.com
View archives and manage your subscription(s) at
http://discuss.develop.com
===================================
This list is hosted by DevelopMentor(r) http://www.develop.com
View archives and manage your subscription(s) at
http://discuss.develop.com
-----------------------------------------
The information contained in this message may be privileged,
confidential, and protected from disclosure. If the reader
of this
message is not the intended recipient, or any employee or
agent
responsible for delivering this message to the intended
recipient, you
are hereby notified that any dissemination, distribution, or
copying of
this communication is strictly prohibited. If you have
received this
communication in error, please notify us immediately by
replying to the
message and deleting it from your computer. Thank you.
===================================
This list is hosted by DevelopMentor(r) http://www.develop.com
View archives and manage your subscription(s) at
http://discuss.develop.com
===================================
This list is hosted by DevelopMentor(r) http://www.develop.com
View archives and manage your subscription(s) at
http://discuss.develop.com
===================================
This list is hosted by DevelopMentorŪ http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
|
|
[1-5]
|
|