Re: Any ideas how to minimize bot access?

2011-02-13 Thread Anthony Paras
Why donĀ¹t you implement a bot trap. For example... http://www.kloth.net/internet/bottrap.php On 2/13/11 11:16 PM, "Amiel Montecillo" wrote: > I'd appreciate it if anyone has any idea that he's willing to share how to > minimize bad bots from accessing the site? _

Re: Performance problem before and after growing WOWorkerThreads number

2007-06-12 Thread Anthony Paras
In my apps, I've done the following in my components when I've needed a peer editing context, and I've never had any problems: public EditFooInfo(WOContext context) { super(context); ec = new EOEditingContext(); } public void awake() { super.awake(); ec

Re: Force Refresh Relation

2007-09-18 Thread Anthony Paras
On 9/18/07 11:05 AM, "Daniele Corti" <[EMAIL PROTECTED]> wrote: > I also used an EOFetchSpecification with setRefreshesRefetchedObjects(true), > so I don't know why the objects are not displayed! > > is there another way to force the refetch of a relationship? What if you prefetch the relationsh