Date: 2005-02-15T10:39:29 Editor: EmmanuelLecharny Wiki: Apache Directory Project Wiki Page: Asn1Home URL: http://wiki.apache.org/directory/Asn1Home
no comment Change Log: ------------------------------------------------------------------------------ @@ -58,7 +58,7 @@ === Stubs === -'''Stubs''' are Java classes that contain high level infomations. +'''Stubs''' are Java classes that contain high level informations. A client create an ''instance'' of a stub to communicate with the server, which create an other one to reply. They implement a kind of ''application layer'' between clients and server. @@ -89,7 +89,7 @@ === Memory consumption === -Memory is limited by the '''JVM''' parametrization. the '''CODEC''' system should never cause a memory allocation. Clients side is not a problem, but server side is. We '''must''' build a mechanism that works with a fixed amount of memory. In case of memory lack, the system '''may''' discards some entering requests, or discard greedy requests, or flush to the disk those greedy request for a post-poned treatment. +Memory is limited by the '''JVM''' parametrization. the '''CODEC''' system should never cause a memory allocation. Clients side is not a problem, but server side is. We '''must''' build a mechanism that works with a fixed amount of memory. In case of memory lack, the system '''may''' discards some entering requests, or discard greedy requests, or flush to the disk those greedy request for a postponed treatment. This mechanism '''should''' be light, to obtain an acceptable level of performance.
