• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Reliability ??

 
Ranch Hand
Posts: 101
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is exacty "reliability"? Can I improve the reliability of the system ??
I only know that the scalability and availability improve the reliability.

Can you help me ??
 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Reliability is a measure of how consistently a system performs according to specification or requirements. The measure of reliability is not the same as performance. A reliable system is one that performs at the same level as the stresses on that system change. For example, if the simplest request takes 10ms to complete with one user, the system would be considered reliable if the same request takes 10ms with 1,000,000 concurrent users. The measure of reliability can take many different forms and can be as broad as supporting a certain number of registered users or as specific as requiring the round trip time for a single method invocation to be within a discrete range. The most reliable system is one where a request can be entirely handled in a single process.
 
Slime does not pay. Always keep your tiny ad dry.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic