Re: java client beginner question
Re: java client beginner question
- Subject: Re: java client beginner question
- From: Arturo PĂ©rez <email@hidden>
- Date: Thu, 6 Feb 2003 21:39:14 -0500
On Thursday, February 6, 2003, at 01:27 AM, Kenny Sabarese wrote:
hrm. so if i want a thin client what is a better option for me,
People usually say "thin client" when they mean browser. What do you
mean by "thin client?"
do you really think that high bandwidth users will have a lag when
using a java client app?
That depends on what you're doing. Effectively WO does the database
lookup, marshals the data
and transmits it. It does it in a relatively efficient way but one can
certainly tell when it's
happening. But, WO being WO, it only does that once then the caching
kicks in. At that point it
acts as fast as something manipulating local data.
Again, you can think of WO behaving as EJB with value objects behaves.
This paper may help
http://www.cs.rice.edu/CS/Systems/DynaServer/perf_scalability_ejb.pdf
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.