Results 1 to 4 of 4

Thread: What type of project should I create for a Socket Server?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2005
    Posts
    167

    Smile 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

  2. #2
    Addicted Member
    Join Date
    Mar 2009
    Posts
    198

    Re: What type of project should I create for a Socket Server?

    I would say C#

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jun 2005
    Posts
    167

    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

  4. #4
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    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.
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width