style95 commented on issue #3663: Support SPI for ContainerPool and 
ContainerProxy
URL: 
https://github.com/apache/incubator-openwhisk/pull/3663#issuecomment-391654007
 
 
   The basic idea behind above approach is, `ContainerProxy` and 
`ContainerPool` have strong correlation to each other.
   I am not sure we can independently use `ContainerProxy` or `ContainerPool`.
   Logics in `ContainerProxy` do affect the scheduling and pool managing logics 
in `ContainerPool`.
   So I thought if we make `ContainerProxy` as an inner class of 
`ContainerPool` then we can have better cohesion.
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to