Hi,

We were using AppForge Crossfire until they disappeared a little while ago.
So now were looking at replacing various bits of that with other components.

Regarding sockets, we would like a component that works asyncronously, so we
can catch an event when data arrives, and then simply read it from a
property. This would fit in with existing code so re-writes wuld be kept to
a minimum.

Does anyone know of such a component ?

Cheers,
Philip.

Re: Async sockets by msgroup

msgroup
Wed Sep 12 10:25:24 PDT 2007

Hi,

See our SocketPro at www.udaparts.com

See the site http://www.udaparts.com/document/articles/dialupdb.htm All of
socket communications are implemented in non-blocking way.

See the site http://www.udaparts.com/document/articles/demome.htm

Regards,




"news.eclipse.co.uk" <phil@niche-cs.com> wrote in message
news:MoKdnQKupZ69lHXbnZ2dnUVZ8s6gnZ2d@eclipse.net.uk...
> Hi,
>
> We were using AppForge Crossfire until they disappeared a little while
> ago. So now were looking at replacing various bits of that with other
> components.
>
> Regarding sockets, we would like a component that works asyncronously, so
> we can catch an event when data arrives, and then simply read it from a
> property. This would fit in with existing code so re-writes wuld be kept
> to a minimum.
>
> Does anyone know of such a component ?
>
> Cheers,
> Philip.
>



RE: Async sockets by dbgrick

dbgrick
Wed Sep 12 11:32:01 PDT 2007

Philip,
The compact framework has a System.Net.Sockets.Socket class. This class has
a BeginReceive that allows you to asynchronously receive from connected
sockets and an accept method that allows you to intercept incoming socket
request and process them. There are examples on MSDN that show how to use
these components both synchronously and asynchronously.

Rick D.
Contractor

"news.eclipse.co.uk" wrote:

> Hi,
>
> We were using AppForge Crossfire until they disappeared a little while ago.
> So now were looking at replacing various bits of that with other components.
>
> Regarding sockets, we would like a component that works asyncronously, so we
> can catch an event when data arrives, and then simply read it from a
> property. This would fit in with existing code so re-writes wuld be kept to
> a minimum.
>
> Does anyone know of such a component ?
>
> Cheers,
> Philip.
>
>
>