Chapter 1. Tigase v7.1.2

Table of Contents

New Minor Features & Behavior Changes
Input Buffer algorithm changed
TLS Buffer size reduced
Fixes
Tigase v7.1.1
AMP plugin has had some updates
Tigase v7.1.0
Major Changes
New Features & Components

Welcome to Tigase v7.1.2! This is a maintenance release for Tigase v7.1.1 with a number of fixes and updates. Although this guide will forego changenotes for v7.1.0 and v7.1.1, we are including major changes and new features list from that version since there are some customers who will be upgrading from older versions directly to v7.1.2.

New Minor Features & Behavior Changes

Input Buffer algorithm changed

The algorithm charged with resizing the input buffer size has been reworked. The new algorithm now takes less steps to shrink the input buffer to an appropriate size. This has improved memory usage under operation, and leaves Tigase XMPP Server with a smaller footprint when idle.

TLS Buffer size reduced

As the input buffer has gotten smaller, so has the TLS buffer. We are now able to utilized 2k per connection instead of an allocated 16k (and 2k thereafter). This significantly reduces the amount of memory needed to run Tigase, and will benefit both high and low activity servers.