I am using the com.icesoft.faces.async.render.RenderManager for asynchronous push to ice-faces front-end;
renderMan开发者_开发百科ager.getOnDemandRenderer(identifier).requestRender(); Here identifiers is a key which is used in a ConcurrentLinkedQueue.
This works well in windows environment ( using IBM JDK as well Oracle JRocket ) , but the same doesn't work in AIX environemnt. Any suggestion please?
This problem is resolved, It was a coding issue, and not a issue on rendering.
精彩评论