This test will open a pop-up dialog window asking you to add a web site to the
Microsoft Active Desktop. This can be
very annoying and your pop-up killer should stop the pop-up question.
This test uses a function that is implemented only in Internet Explorer and
other browsers built on the Windows browser engine. Therefore, browsers such as
Netscape, Mozilla, Opera and Safari will pass this test even
if the pop-up blocker is disabled.
Press 'No' to close the dialog.
Optional poll
All tests
1
2
3
4
5
6
7
8
9
10
11*
12*
13*
14
15
16*
17*
18
19
20
21*
22*
23
24
25*
26*
27*
* is a difficult test, where may pop-up killers and web browsers fail.
Is CORBA using TLS a legitimate candidate in a one-to-many environment? The previous chapter made it clear that the CORBA implementation must use the optional TLS caching scheme to achieve reasonable performance. This must be a main concern when choosing a CORBA implementation. Despite using the TLS caching scheme, the problem of degraded performance exists during the first handshakes between client and servers. For each server, the client authenticates itself using a RSA private key operation. Long-term running clients might afford degraded performance during the first handshakes. This may not be the case for short-term running clients. Presumably they don't want to wait for one minute (assuming a 1024-bit key modulus) to carry out some operations on 100 servers. The conclusion is that CORBA using TLS in a one-to-many environment is a legitimate solution if the client can afford degraded performance when handshaking with the servers for the first time. Subsequent handshakes can use the TLS caching scheme to reduce CPU usage into a reasonable level.
.