In a number of network and database manage ment applications, we need to evaluate an upper bound on the probability that the capacity of a server will be exceeded. We will refer to this probability as the overflow probability of the server. The problem is, in essence, determining the probability that the sum of N independent random variables exceeds a given threshold. Evaluation of the overflow probability by brute-force enumeration requires a computation time which increases exponentially with N, so attempts have been made to approximate the overflow probability using Chernoff bounds. This paper presents a simple scheme that can be used to evaluate the overflow probability with higher accuracy and lower computational effort than the Chernoff bounds approach.