tonychen0924 opened a new issue, #766:
URL: https://github.com/apache/celix/issues/766

   Requirement 1: Register multiple consumer bundles with the same server bundle
   for example
   ConsumerBundleB -> ServiceBundleA
   ConsumerBundleC -> ServicerBundleA
   During use, it was found that ConsumerLandleB would occupy ServiceBundleA 
service for a long time until it ended. Can it achieve the effect of shared 
access like threads?
   
   Requirement 2: Dynamic registration of consumer side bundles and server side 
bundle services
   The server bundle is directly transmitted via zip to the upper computer 
remotely. After receiving the zip on the machine where the consumer bundle is 
located (lower computer), it is loaded and registered with the corresponding 
service. In this scenario, I can only add the interface header file and 
consumer file of the server bundle to the consumer bundle on the lower computer 
to achieve startup registration. Can dynamic registration be achieved when 
loading consumer bundles dynamically? Additionally, due to the limitation on 
requirement 1, how can we distinguish between two identical consumer bundles 
with the same interface?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to