Re: Tip: Your next XRaid may be an SSD

2008-12-15 Thread Guido Neitzer
On 15.12.2008, at 22:24, Pierce T. Wetter III wrote: First, realize, that its not a perfect apples/oranges comparison, because I didn't run the SQL test on our Production XRaid, but rather on my local hard disk. (Because, well, the XRaid is busy. :-) )If you look at the XBench stats

Re: Tip: Your next XRaid may be an SSD

2008-12-15 Thread Pierce T. Wetter III
On Dec 15, 2008, at 5:10 PM, Guido Neitzer wrote: On 15.12.2008, at 15:27, Miguel Arroz wrote: Excellent email! I've been arguing for some time now that SSD is the way to go for DBs, it's good that some real evidence is showing up. Seek time kills DBs. :) There is some evidence showing u

Weird sql generation problem running migration from WO5.4 (Oracle)

2008-12-15 Thread Richard Stephens
Hi I'm running 10.5 with WO5.4.3 installed in the default location, and 5.3.3 installed in /Developer/WebObjects53. I am doing all of my development work against 5.4 but I have 5.3 available should I run into problems. This project uses oracle as the database. Most of the projects I wo

RE: How to run WONDER example source in Eclipse+WOLips

2008-12-15 Thread Ren, Kevin
I download the latest version Wonder, extract got Wonder(source), Wonder-latest-Frameworks-54 and Wonder-latest-Applications-54. I read the wiki page, but it's for old wonder not for this latest version, like not common dir, all frameworks is in separate folder. I copy/past all frameworks under W

Re: How to run WONDER example source in Eclipse+WOLips

2008-12-15 Thread Kieran Kelleher
You seem to be using old version of Wonder. If you are working with Wonder in your Workspace, why not download the latest source. Use the procedure outlined here: http://wiki.objectstyle.org/confluence/display/WONDER/Download+Wonder+Source%2C+Build+and+Install and http://wiki.objectstyle.or

Problem File Upload WO 5.4 WONDER 5.0.0.8764

2008-12-15 Thread Sergio Sánchez Maffet
Hi all, I have some problems regarding file uploads with WO 5.4.3. When I submit the form, my action method is called, but the form values get lost some where in the request processing. The page is very simple, only a text field and a file upload inside a form and a submit button. Every thi

New WOLips - bug when building wonder frameworks

2008-12-15 Thread Simon McLean
I know wobuild.properties is being replaced by wolips.properties, but there seems to be a minor bug with this. We currently set this property in wobuild.properties: wonder.framework.install.root=/Developer/WebObjects53/Library/Frameworks to tell wonder where to install it's frameworks. if i

How to run WONDER example source in Eclipse+WOLips

2008-12-15 Thread Ren, Kevin
Hi, Eclipse3.4+Wolips3.4.5588 nightlybuild I installed WONDER framework to /Library/Frameworks, then I can create new WO app or Wonder App. I copied all examples source from Wonder/Examples to my eclipse workspace, and then import to Eclipse. All good, not red cross stick in the project. I foun

Re: Tip: Your next XRaid may be an SSD

2008-12-15 Thread Guido Neitzer
On 15.12.2008, at 15:27, Miguel Arroz wrote: Excellent email! I've been arguing for some time now that SSD is the way to go for DBs, it's good that some real evidence is showing up. Seek time kills DBs. :) There is some evidence showing up, true, but it also probably shows bad cache strat

Project Wonder without WO?

2008-12-15 Thread Dov Rosenberg
Does the ERXEC autolocking mechanism work in a non WO application? I.e. An EOF based application without the WO request/response loop? If not would we be able to create our own request response loop and hook in the ERXEC autolocking mechanism into it? Our thought was to do something at the thread l

Re: Tip: Your next XRaid may be an SSD

2008-12-15 Thread Miguel Arroz
Hi! Excellent email! I've been arguing for some time now that SSD is the way to go for DBs, it's good that some real evidence is showing up. Seek time kills DBs. :) New Schema, FB5, RDD=(various), 8198 lines/second. And ALL the software (and hardware) is optimized for hard drives. Imag

Re: On Deployment -- Why does Direct Connect work and Apache doesn't?

2008-12-15 Thread Chuck Hill
On Dec 15, 2008, at 1:28 PM, James Cicenia wrote: Hello - If I curl my application from the server it is running to direct connect I get this: curl -v curl http://127.0.0.1:2001 * getaddrinfo(3) failed for curl:80 * Couldn't resolve host 'curl' * Closing connection #0 curl: (6) Couldn't re

On Deployment -- Why does Direct Connect work and Apache doesn't?

2008-12-15 Thread James Cicenia
Hello - If I curl my application from the server it is running to direct connect I get this: curl -v curl http://127.0.0.1:2001 * getaddrinfo(3) failed for curl:80 * Couldn't resolve host 'curl' * Closing connection #0 curl: (6) Couldn't resolve host 'curl' * About to connect() to 127.0.0.1 p

Re: Tip: Your next XRaid may be an SSD

2008-12-15 Thread Petite Abeille
On Dec 15, 2008, at 9:52 PM, Pierce T.Wetter III wrote: Single HDDXRaid SSD Sequential 4K Write 17.3 MB/s 192 MB/s 214 MB/s Sequential 4K Read41 MB/s 126 MB/s 197 MB/s Random 4K Write1

Tip: Your next XRaid may be an SSD

2008-12-15 Thread Pierce T . Wetter III
So in an effort to get more performance out of FrontBase I've been experimenting with different values of the RDD cache on FrontBase. I thought I would pass along the results, as I figure there are probably more people on this list using FrontBase then anywhere else. Background Data Poi

Re: StackOverflowError in _NSWeakMutableArray?

2008-12-15 Thread Lachlan Deck
On 16/12/2008, at 5:30 AM, Ryan Klems wrote: I'm not sure what happened to actually pushing nightlies. I'll ask around. While you're asking Ryan .. can you also ask about documentation being made available for those nightlies? Thanks. with regards, -- Lachlan Deck ___

Re: Long response web service

2008-12-15 Thread Andrew Lindesay
Hello Joe; Run the web service request in a background thread and then check the state of it using additional web services methods. Once it has completed, add a final web service to obtain the results. Of course polling is really inefficient so you may like to look at using a queue- and-

Long response web service

2008-12-15 Thread Joe Moreno
What's a good way to handle a WO request, from a third party API call (web service), that generates a long response? For example, a web service call comes into a WO app whose response takes 60 seconds (i.e. a large database fetch and data aggregation). Normally, a WO long response page

Re: _wowrapper not terminated

2008-12-15 Thread Chuck Hill
On Dec 15, 2008, at 8:26 AM, Johan Henselmans wrote: After I found out that my components would not want to read because of some mysterious, untraceable problems with character encodings, I thought I had tackled most of the problems. Alas, now WebObjects 5.4.3 came back to with a vengean

Re: StackOverflowError in _NSWeakMutableArray?

2008-12-15 Thread Ryan Klems
It looks like this got built into WO on 8/25 ... so if the latest available is 8/8, it won't have the fix... I'm not sure what happened to actually pushing nightlies. I'll ask around. -Ryan On Dec 15, 2008, at 8:15 AM, Alan Zebchuk wrote: Can you confirm that this is fixed on the WO54 nigh

Weird host config problem

2008-12-15 Thread James Cicenia
Hello - I have setup my app on a new server. I don't want to point the dns there yet, etc. When I try to run the deployed app, even with WOHost parameter in my log it is looking for something different which is causing it not to respond. For instance I have it all set up with the ip of th

_wowrapper not terminated

2008-12-15 Thread Johan Henselmans
After I found out that my components would not want to read because of some mysterious, untraceable problems with character encodings, I thought I had tackled most of the problems. Alas, now WebObjects 5.4.3 came back to with a vengeance. Somehow, loading a specific page lead to the error

Re: Any reason why extending and extended WOComponent would not work? (SOLVED)

2008-12-15 Thread Johan Henselmans
On 15 dec 2008, at 14:37, Mike Schrag wrote: On Dec 14, 2008, at 6:38 PM, Johan Henselmans wrote: Maybe you're running into an old bug in wolips where it used to be in another folder and it got deleted, but the build system didn't fully clean up? in your workspace, do a find . -name 'Pri

AjaxInPlaceEditor bug (or lousy feature)

2008-12-15 Thread Randy Wigginton
The ajaxinplace editor is super cool, and real easy to use... until you need to handle null or empty values. First, I am not on the very latest code; I believe I have a build from early November. However, if I run the AjaxExample project, select the ajaxinplaceeditor demo, click on the "S

Re: StackOverflowError in _NSWeakMutableArray?

2008-12-15 Thread Alan Zebchuk
Can you confirm that this is fixed on the WO54 nightly builds? The latest one on ADC is from 20080808, which is before the 5.4.3 release. Thanks, Alan On 6-Dec-08, at 3:39 PM, Ryan Klems wrote: Sorry, looks like this hasn't shipped in an update yet... it should be in the WO54 nightly build

Re: nil in NSArray

2008-12-15 Thread Alex Horovitz
On Dec 13, 2008, at 7:40 PM, Mike Schrag wrote: OK -- So what's the official reason why you aren't allowed to put a nil into an Objective-C NSArray? It seems like a pretty silly restriction to me ... Mike - I asked Steve Naroff for you... On Dec 15, 2008, at 10:00 AM, steve naroff wrote:

[Ann] WebObjects 2008 surveys are now available

2008-12-15 Thread Pascal Robert
Our annual surveys about WebObjects are now available. For this year, we have two surveys : one for organizations and the other for developers. The survey for the organization should be answered by only one member of your organization, the individual survey can be answered by any WebObjects

Re: Any reason why extending and extended WOComponent would not work?

2008-12-15 Thread Mike Schrag
On Dec 14, 2008, at 6:38 PM, Johan Henselmans wrote: Maybe you're running into an old bug in wolips where it used to be in another folder and it got deleted, but the build system didn't fully clean up? in your workspace, do a find . -name 'PrintTickets.wo' and see if there's a .wo that is e

Re: Any reason why extending and extended WOComponent would not work?

2008-12-15 Thread Johan Henselmans
On 15 dec 2008, at 03:41, Chuck Hill wrote: On Dec 14, 2008, at 6:38 PM, Johan Henselmans wrote: On 15 dec 2008, at 02:55, Chuck Hill wrote: On Dec 14, 2008, at 5:51 PM, Johan Henselmans wrote: On 15 dec 2008, at 02:24, Chuck Hill wrote: er, you have to use my cool superclass. :-P