Home All Groups Group Topic Archive Search About

Retrieving data from a Windows Service

Author
28 Apr 2007 12:54 AM
Greg
Hi,

I have a collection that resides in a windows service and I want to
know is remoting the best way to access this data?  The collection
will change on an ongoing basis, but whenever I make a request to the
windows service I want to be able to get back the latest elements in
the collection.

Should I use remoting an expose my object as a Singleton?  Is there a
better way to do this?

Thank you.

Greg

Author
30 Apr 2007 2:29 AM
JayA
You should use WCF instead of remoting.


Show quote
"Greg" <grtho***@magma.ca> wrote in message
news:1177721644.933947.252200@c35g2000hsg.googlegroups.com...
> Hi,
>
> I have a collection that resides in a windows service and I want to
> know is remoting the best way to access this data?  The collection
> will change on an ongoing basis, but whenever I make a request to the
> windows service I want to be able to get back the latest elements in
> the collection.
>
> Should I use remoting an expose my object as a Singleton?  Is there a
> better way to do this?
>
> Thank you.
>
> Greg
>

AddThis Social Bookmark Button