Hi DK,

Make sure you use "SHARE_SESSION" as the third parameter of your createEngine() call. The explanation is that opening multiple IE windows with CTRL+N, you still have one process instance, not multiple. So you should avoind saturating the browser's connection pool. The trick is to use one single shared stream connection for all the windows and you can achieve that by using the "SHARE_SESSION" parameter.