Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Net.Sockets.TcpListener

Net.Sockets.TcpListener

Scheduled Pinned Locked Moved Visual Basic
databasesysadminhelpquestion
3 Posts 3 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    hansoctantan
    wrote on last edited by
    #1

    Is socket fast? Process we have is just simple data lock. A main database which contains 10,000 - 20,000 records (created daily if MDB used) that will access the server. There will be 100+ clients that will request what data they will access/process then send the keyed data to server and the server will save that record. Socket is a very nice way to do this but I don't know if it can handle massive request. Server is only 8G RAM with I3 processor.

    - Be who you are and say what you feel because those who mind don't matter and those who matter don't mind. - Most of the problem in your life are due to two reasons: you act without thinking, or think without acting.

    L D 2 Replies Last reply
    0
    • H hansoctantan

      Is socket fast? Process we have is just simple data lock. A main database which contains 10,000 - 20,000 records (created daily if MDB used) that will access the server. There will be 100+ clients that will request what data they will access/process then send the keyed data to server and the server will save that record. Socket is a very nice way to do this but I don't know if it can handle massive request. Server is only 8G RAM with I3 processor.

      - Be who you are and say what you feel because those who mind don't matter and those who matter don't mind. - Most of the problem in your life are due to two reasons: you act without thinking, or think without acting.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      hansoctantan wrote:

      Is socket fast?

      How fast is your network?

      Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^][](X-Clacks-Overhead: GNU Terry Pratchett)

      1 Reply Last reply
      0
      • H hansoctantan

        Is socket fast? Process we have is just simple data lock. A main database which contains 10,000 - 20,000 records (created daily if MDB used) that will access the server. There will be 100+ clients that will request what data they will access/process then send the keyed data to server and the server will save that record. Socket is a very nice way to do this but I don't know if it can handle massive request. Server is only 8G RAM with I3 processor.

        - Be who you are and say what you feel because those who mind don't matter and those who matter don't mind. - Most of the problem in your life are due to two reasons: you act without thinking, or think without acting.

        D Offline
        D Offline
        Dave Kreskowiak
        wrote on last edited by
        #3

        Sockets, with properly written code of course, is the fastest you're going to get. The real bottleneck is going to be your database server hardware, database structure, quality of your queries and whatever code you write to send data back to the clients.

        A guide to posting questions on CodeProject

        Click this: Asking questions is a skill. Seriously, do it.
        Dave Kreskowiak

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups