resource assignement weblogic ?
could you please confirm if we have for example cluster with 4 nodes and we are for example creating workmanager and assigning WorkManager.max.threads with number 20 that means those 20 treads will be allocated to each jvm in that cluster and not across whole cluster ?
It would be the same behavior like with jdbc. when setting up connection pool and assigning to cluster that max size of connection pool would be created in each jvm and not across whole cluster.
Thanks
Andrew