MySQL Connectors and APIs
- Which of the following is used on Solaris?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
The program ‘gcc’ is generally used on Unix. ‘clang’ is used on ‘OSX’ or ‘FreeBSD’. The ‘Sun Studio’ is used on Solaris. However, ‘gcc’ on Unix is a widely popular choice for client programs.
- The protocol CGI is _____________.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
The web server ‘Apache’ uses the interpreters as some CGI programs. This means that it communicates with these programs using the popular ‘Common Gateway Interface (CGI)’ protocol.
- There is a startup penalty for a standalone interpreter.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
The startup penalty for a standalone interpreter makes it give at least an order of magnitude poorer performance than the module interpreter. Interpreters also have a setup cost.
- Which of these has a bigger memory footprint?
Perl, PHP
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
A clearly significant difference between Perl and PHP is that Perl has a bigger memory footprint than PHP. Apache processes are larger with ‘mod_perl’ linked in than with ‘mod_php’.
- Which is the correct decreasing order for highly developed text manipulation capabilities?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
Perl has the most highly developed capabilities in terms of text manipulation, and PHP follows it in the order. C is very rudimentary by comparison. It has the least simplicity.