SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 306 | Next

Moh'd A. Radaideh and Hayder Al-ameed

"Architecture of Reliable Web Applications Software"

Copying or distributing in print or electronic forms without written permission
of Idea Group Inc. is prohibited.
the unique IDs and uses this information to short-circuit the request. If the request is for
a user that does not have a photo, a redirect to a default image can be sent. The redirect is
used instead of a full photo to keep the transaction light and to ensure that browsers get an
opportunity to cache the default image for faster rendering.
In BluePages, this cache avoids over one million service calls from reaching the processing
phase of the service. That translates into over one million database calls while improving
overall response times.
Dynamic LDAP Caching
Sometimes caching all the data in RAM is just a waste of space. LDAP caching with some
level of detail is probably not the best candidate to load into RAM. Presumably there is a
high level of caching at the LDAP server, so it is best not to add another layer. Therefore, a
cache is needed that builds based on usage, and some general rules about how memory can
be reclaimed and which entries are always a ???good idea??? to have.
The typical reporting view includes a list of individuals related to the current profile. While
one LDAP connection can be established with multiple queries executed, the transaction
itself is still somewhat intensive.


Pages:
294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318