partysip-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Partysip-dev] partysip and latest dev 0.5.X


From: Aymeric Moizard
Subject: [Partysip-dev] partysip and latest dev 0.5.X
Date: Mon, 30 Sep 2002 15:58:30 +0200 (CEST)

Hi,

The new branch created last week is coming.

The design is really completely new:
 * only one thread execute all osip task and transactions.
   (so the proxy is not limited to the number of thread you have!)
 * only one thread is responsible for creating transactions.
  (so All retransmissions of request are detected as soon as
  possible and messages are never processed twice by plugins which
  was happening before.)
 * Code is much more cleaner in the sfp module than before.
 * the stateless module and feature is removed.
 * use lock()/unlock() instead of cloning evry request/response
 * any provionnal response should now be forwarded which was not
   the case before.
 * 100 Trying are sent "more quickly" thus limiting retransmissions
   of INVITEs. (osip is used in polling mode but waked up each time events
   has to be processed.)

The actual result is quite good even if unwanted behaviors
still exist with this very early release. This is just a matter
of days to fix them. (mostly related to timer issue or memory
management which is not the initial task...)

Also, it lacks a good management of best response which prevent it
from being used as a forking proxy by now! and also lacks support
for CANCEL requests which should be finished in a very few days...

For developpement purposes *only*, you can try it from the CVS.
(branch name is dev-0.5.X)

Aymeric





reply via email to

[Prev in Thread] Current Thread [Next in Thread]