Re: Precompiled WOAdaptor for apache 2.4

2014-11-02 Thread Fredrik Lindgren
I found this gem: http://stackoverflow.com/questions/19543094/apache-httpd-h-file-missing-on-macosx-after-mavericks-upgrade xcode-select --install I haven't had time to test this yet, but it seems reasonable that this is the issue. /Fredrik 31 okt 2014 kl. 00:18 skrev Benjamin Chew : > Patric

ERRest qualify to-many relationship

2014-11-02 Thread Fabian Peters
Hi, Is there a built-in way to filter the objects of a to-many relationship when using ERRest? Say I have two EOs, "Season" and "Show" with a to-many "shows" on "Season". Now I'd like to add a qualifier to the request and return the season with only the shows in a particular venue. Fabian ___

Re: slow response of pdf

2014-11-02 Thread Johann Werner
Hi Frank, you really shouldn’t deliver your PDF file that way because by this you will load the file completely into memory. Currently your PDF file is only 10MB but can you be sure that it will have that size all the time? What if your PDF file will be 100MB and 10 users concurrently click you