Home All Groups Group Topic Archive Search About
Author
27 Sep 2006 2:23 PM
Erkin Akbulut
Hello all,



We have ASP.NET AND WIN32 that meets between application



First of all , we tell you information



We use ASP.NET and WIN32 with meeting application with Socket coding but We
search a lot of website but we dont know , is it easy for it or do you have
any choose another procedure if you know please tell us



Our system project picture is ,







Erkin Akbulut





[attached file: clip_image002.jpg]

Author
27 Sep 2006 5:01 PM
Gaurav Vaish (www.EduJiniOnline.com)
> We use ASP.NET and WIN32 with meeting application with Socket coding but
> We search a lot of website but we dont know , is it easy for it or do you
> have any choose another procedure if you know please tell us

What's the purpose for working directly with sockets? Do you need a
persistent connection?

For intermittent data transfer, try using web-services.


Author
29 Sep 2006 12:04 PM
kan
Hi Gaurav..
      Sockets r used for running a application in a port...say if 8383
is reserved for e-mail server in a org all client must access this
socket 8383 to connect server..this socket is mostly used in server
side for e-mail view, app share etc..
By Kan

Gaurav Vaish (www.EduJiniOnline.com) wrote:
Show quoteHide quote
> > We use ASP.NET and WIN32 with meeting application with Socket coding but
> > We search a lot of website but we dont know , is it easy for it or do you
> > have any choose another procedure if you know please tell us
>
> What's the purpose for working directly with sockets? Do you need a
> persistent connection?
>
> For intermittent data transfer, try using web-services.
>
>
> --
> Happy Hacking,
> Gaurav Vaish | http://www.mastergaurav.com
> http://www.edujinionline.com
> http://articles.edujinionline.com/webservices
> -------------------
Author
29 Sep 2006 2:11 PM
Gaurav Vaish (www.EduJiniOnline.com)
> Hi Gaurav..
>      Sockets r used for running a application in a port...say if 8383
> is reserved for e-mail server in a org all client must access this
> socket 8383 to connect server..this socket is mostly used in server
> side for e-mail view, app share etc..
> By Kan

I know the purpose of ports in general.

What I wanted to know was what is the purpose "in your application" to
connect to the port?
Does "your application" need a persistent or an intermitent connection will
do?