Re: counting the bytes
Re: counting the bytes
- Subject: Re: counting the bytes
- From: Chuck Hill <email@hidden>
- Date: Fri, 15 Apr 2005 10:26:59 -0700
On Apr 15, 2005, at 5:53 AM, Wolfram Stebel wrote:
Hi all,
lets say we have a WO-application that serves multiple clients under
the
same ip-address.
Is it possible to count the amount of data transmitted for each
session to
charge the volume to a customer?
If it is a session based application, you could add code to
session.appendToResponse() to record the size of the response.
Is there a way on the webserver to solve this?
You might be able to figure it out if you know the client's IP address.
Otherwise, you are going to need some way to give the different
clients a different URL or domain or some other way of distinguishing
them
All other information, what to charge to the client, is stored in the
database of the application.
Chuck
--
Practical WebObjects - a book for intermediate WebObjects developers
who want to increase their overall knowledge of WebObjects, or those
who are trying to solve specific application development problems.
http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden