Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-3060

Discovery: optimize resource usage for client connections

    XMLWordPrintableJSON

Details

    Description

      Tried to run single server + 300 clients nodes, identified some issues which can be easily fixed:

      • default size of messages history which is used to support graceful clients reconenct is too large (10 * 1024)
      • now there is queue per client connection, when message is sent to clients copy is created for each queue, only one copy can be created
      • each client message worker has buffered output stream, now buffer size if pretty large, actually looks like this buffered output stream is not really needed

      Attachments

        Activity

          People

            Unassigned Unassigned
            sboikov Semen Boikov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: