Skip navigation links

Package de.jakop.lotus.domingo.proxy

Proxy implementation of the contract in package de.jakop.lotus.domingo.

See: Description

Package de.jakop.lotus.domingo.proxy Description

Proxy implementation of the contract in package de.jakop.lotus.domingo.

Design goals
A Client should have only one session, shared between all threads.
A Server should optionaly have many sessions (one session for each thread) for better performance.

A Notes Session could be shared between different threads, but objects created with one session should never be used with objects created with another session. This must be ensured on application level.

Sessions can be created via Corba or local call.

no recycle needed.

Multithreading issues
(from Notes Design Help)
You should avoid multithreading unless you have good reason to use it, such as proceeding while file input/output and Web requests are processing. Observe the following guidelines:

Skip navigation links

Copyright © 2005–2020. All rights reserved.