|
-
May 9th, 2009, 12:03 PM
#1
Thread Starter
Addicted Member
What type of project should I create for a Socket Server?
Hi ,
I wanted to know what type of project (console? windows forms application? etc...) would be best for creating a Socket Server?
Thanks
-
May 9th, 2009, 12:12 PM
#2
Addicted Member
Re: What type of project should I create for a Socket Server?
-
May 9th, 2009, 12:35 PM
#3
Thread Starter
Addicted Member
Re: What type of project should I create for a Socket Server?
Hi. Thanks for the reply. I was planning on using VB and wanted to know what type of project is the most efficient for tcp ip communication
-
May 13th, 2009, 07:35 AM
#4
Re: What type of project should I create for a Socket Server?
You can make it in whatever you want but personally I would do it in a Windows Service, assuming there doesnt need to be anything displayed on screen by this application. That way the program cant be accidentally closed (you would have to manually open the Services MMC snap in and select the service and click Stop to close it) and it can automatically start again when the machine is rebooted, even if no one logs in.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|