From erik at avalonia.net Mon Apr 2 05:18:36 2012 From: erik at avalonia.net (=?iso-8859-1?Q?Erik_Andreas_Cayr=E9?=) Date: Mon Apr 2 04:43:52 2012 Subject: [FX.php List] FX 6.0 PHP Notice on PHP 4.3.6? In-Reply-To: <83D9BFAA-A322-443B-AA10-658C5AC1022D@gmail.com> References: <32DF03B8-CD97-4A25-983C-2B4D44CD09E1@avalonia.net> <83D9BFAA-A322-443B-AA10-658C5AC1022D@gmail.com> Message-ID: <6816A16B-E6C9-4695-AA74-29617FE50CCE@avalonia.net> Den 19/03/2012 kl. 15.32 skrev Dale Bengston: > This is speculation, but it looks like cURL under PHP 4 is expecting different parameters/constants than cURL under PHP 5. Without looking at your PHP script, it's difficult to tell what's going on. Well, as far as I can tell, the notice is not triggered by my script, but by something inside FX.php: >> Notice: Use of undefined constant CURLAUTH_BASIC - assumed 'CURLAUTH_BASIC' in /Users/webowner/lib/FX/datasource_classes/RetrieveFM7Data.class.php on line 161 > If the script works but just throws the notice, you can probably choose to ignore it if you don't feel like digging into cURL settings. The notice itself doesn't bother me. I reported this, because I'm under the impression that FX.php is meant to be PHP 4.x compatible. If that is indeed the case, the notice may point to something in FX needing some attention. That's all. But thanks for you response:) Best regards Erik Andreas Cayr? Sysadmin Avalonia.net Jernbanegade 27 DK-6000 Kolding T +45 70 27 29 30 www.avalonia.net From jsfmp at earthlink.net Tue Apr 3 18:36:37 2012 From: jsfmp at earthlink.net (Joel Shapiro) Date: Tue Apr 3 18:01:44 2012 Subject: [FX.php List] Google-type search across tables? In-Reply-To: References: Message-ID: Hello again all I just thought I'd share what I've come up with for this -- at least for now -- which I think is pretty cool ;) I pass the search criteria to an FM script. The script loops through various layouts and on each does a Perform Quick Find script step and then places the table name and found count into a return-delimited global field. The script ends on a single record on a layout with just the one global field, so the FMS XML output is just that one field. I put links and basic html tags into the global field so I end up with a nav list of where the search term exists, broken out by table. No concatenated fields. No multiple queries to the database. No moving data into MySQL... And just one field on one record is what gets returned. It's surprisingly fast. It does need FMS11. It might not be what everyone wants in a "google-type" search, but it should suit this client very well. Best, -Joel (I'll probably put up a blog post on this.) On Mar 27, 2012, at 4:29 PM, Joel Shapiro wrote: > Hi all > > Has anybody here implemented a "google-type" search across various fields in multiple tables? Any thoughts/recommendations? > > TIA, > -Joel From nii at msyk.net Wed Apr 4 10:28:11 2012 From: nii at msyk.net (Masayuki Nii) Date: Wed Apr 4 11:30:16 2012 Subject: [FX.php List] FileMaker Server 12 Message-ID: <968414967.0.1333556891554.JavaMail.nii@msyk.net> As far as my checking, FX.php Ver.6 works fine on FileMaker Server 12. I'm developing web application framework "INTER-Mediator" (http://inter-mediator.info) and I noticed a difference of XML publishing feature of FileMaker Server. Until FileMaker Server 11, -find command worked in case of no criteria parameters. That was the same as -findall. New version reports the error if -find command doesn't have any criteria. If there is no criteria, we should specify -findall, not -find. Regards, Masayuki ________________________________________________________________________ ????/Masayuki Nii Web Site Twitter: @msyknii (ja), @MasayukiNii (en) / Facebook: Masayuki Nii INTER-Mediator [for Web App] http://inter-mediator.info From dsomar at gmail.com Wed Apr 4 12:10:38 2012 From: dsomar at gmail.com (Denis Somar) Date: Wed Apr 4 11:36:03 2012 Subject: [FX.php List] FileMaker Server 12 In-Reply-To: <968414967.0.1333556891554.JavaMail.nii@msyk.net> References: <968414967.0.1333556891554.JavaMail.nii@msyk.net> Message-ID: Howabout speed - any faster out of curiosity? Denis On Wed, Apr 4, 2012 at 12:28 PM, Masayuki Nii wrote: > As far as my checking, FX.php Ver.6 works fine on FileMaker Server 12. I'm > developing > web application framework "INTER-Mediator" (http://inter-mediator.info) > and > I noticed a difference of XML publishing feature of FileMaker Server. > > Until FileMaker Server 11, -find command worked in case of no criteria > parameters. > That was the same as -findall. New version reports the error if -find > command > doesn't have any criteria. If there is no criteria, we should specify > -findall, > not -find. > > Regards, > Masayuki > ________________________________________________________________________ > 新居雅行/Masayuki Nii Web Site > Twitter: @msyknii (ja), @MasayukiNii (en) / Facebook: Masayuki Nii > INTER-Mediator [for Web App] http://inter-mediator.info > > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20120404/da6f2436/attachment.html From malcolm at notyourhomework.net Wed Apr 4 16:59:18 2012 From: malcolm at notyourhomework.net (Malcolm Fitzgerald) Date: Wed Apr 4 16:24:23 2012 Subject: [FX.php List] FileMaker Server 12 In-Reply-To: References: <968414967.0.1333556891554.JavaMail.nii@msyk.net> Message-ID: <9313DCCD-FACF-4B8A-8BD7-C756A1C1C65E@notyourhomework.net> NDA, anyone? Malcolm On 05/04/2012, at 4:10 AM, Denis Somar wrote: > Howabout speed - any faster out of curiosity? > > Denis > > On Wed, Apr 4, 2012 at 12:28 PM, Masayuki Nii wrote: > As far as my checking, FX.php Ver.6 works fine on FileMaker Server 12. I'm developing > web application framework "INTER-Mediator" (http://inter-mediator.info) and > I noticed a difference of XML publishing feature of FileMaker Server. > > Until FileMaker Server 11, -find command worked in case of no criteria parameters. > That was the same as -findall. New version reports the error if -find command > doesn't have any criteria. If there is no criteria, we should specify -findall, > not -find. > > Regards, > Masayuki > ________________________________________________________________________ > 新居雅行/Masayuki Nii Web Site > Twitter: @msyknii (ja), @MasayukiNii (en) / Facebook: Masayuki Nii > INTER-Mediator [for Web App] http://inter-mediator.info > > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list > > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20120405/426ae0a8/attachment.html From malcolm at notyourhomework.net Wed Apr 4 17:06:50 2012 From: malcolm at notyourhomework.net (Malcolm Fitzgerald) Date: Wed Apr 4 16:31:55 2012 Subject: [FX.php List] FileMaker Server 12 In-Reply-To: <9313DCCD-FACF-4B8A-8BD7-C756A1C1C65E@notyourhomework.net> References: <968414967.0.1333556891554.JavaMail.nii@msyk.net> <9313DCCD-FACF-4B8A-8BD7-C756A1C1C65E@notyourhomework.net> Message-ID: Oh, look at the news. FMP12 is out ! malcolm On 05/04/2012, at 8:59 AM, Malcolm Fitzgerald wrote: > NDA, anyone? > > Malcolm > > > On 05/04/2012, at 4:10 AM, Denis Somar wrote: > >> Howabout speed - any faster out of curiosity? >> >> Denis >> >> On Wed, Apr 4, 2012 at 12:28 PM, Masayuki Nii wrote: >> As far as my checking, FX.php Ver.6 works fine on FileMaker Server 12. I'm developing >> web application framework "INTER-Mediator" (http://inter-mediator.info) and >> I noticed a difference of XML publishing feature of FileMaker Server. >> >> Until FileMaker Server 11, -find command worked in case of no criteria parameters. >> That was the same as -findall. New version reports the error if -find command >> doesn't have any criteria. If there is no criteria, we should specify -findall, >> not -find. >> >> Regards, >> Masayuki >> ________________________________________________________________________ >> 新居雅行/Masayuki Nii Web Site >> Twitter: @msyknii (ja), @MasayukiNii (en) / Facebook: Masayuki Nii >> INTER-Mediator [for Web App] http://inter-mediator.info >> >> _______________________________________________ >> FX.php_List mailing list >> FX.php_List@mail.iviking.org >> http://www.iviking.org/mailman/listinfo/fx.php_list >> >> _______________________________________________ >> FX.php_List mailing list >> FX.php_List@mail.iviking.org >> http://www.iviking.org/mailman/listinfo/fx.php_list > > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20120405/a9acb1e8/attachment.html From bob at patin.com Wed Apr 4 19:53:36 2012 From: bob at patin.com (Bob Patin) Date: Wed Apr 4 19:18:20 2012 Subject: [FX.php List] FileMaker Server 12 In-Reply-To: <9313DCCD-FACF-4B8A-8BD7-C756A1C1C65E@notyourhomework.net> References: <968414967.0.1333556891554.JavaMail.nii@msyk.net> <9313DCCD-FACF-4B8A-8BD7-C756A1C1C65E@notyourhomework.net> Message-ID: NDA? It was released today. Bob Patin Longterm Solutions LLC P.O. Box 3408 Brentwood, TN 37024 bob@longtermsolutions.com 615-333-6858 http://www.longtermsolutions.com iChat: bobpatin AIM: longterm1954 Twitter: bobpatin Google+: http://www.longtermsolutions.com/plus -- FileMaker 9, 10 & 11 Certified Developer Member of FileMaker Business Alliance and FileMaker TechNet -- FileMaker hosting and consulting for all versions of FileMaker PHP • Full email services • Free DNS hosting • Colocation • Consulting On Apr 4, 2012, at 5:59 PM, Malcolm Fitzgerald wrote: > NDA, anyone? > > Malcolm > > > On 05/04/2012, at 4:10 AM, Denis Somar wrote: > >> Howabout speed - any faster out of curiosity? >> >> Denis >> >> On Wed, Apr 4, 2012 at 12:28 PM, Masayuki Nii wrote: >> As far as my checking, FX.php Ver.6 works fine on FileMaker Server 12. I'm developing >> web application framework "INTER-Mediator" (http://inter-mediator.info) and >> I noticed a difference of XML publishing feature of FileMaker Server. >> >> Until FileMaker Server 11, -find command worked in case of no criteria parameters. >> That was the same as -findall. New version reports the error if -find command >> doesn't have any criteria. If there is no criteria, we should specify -findall, >> not -find. >> >> Regards, >> Masayuki >> ________________________________________________________________________ >> 新居雅行/Masayuki Nii Web Site >> Twitter: @msyknii (ja), @MasayukiNii (en) / Facebook: Masayuki Nii >> INTER-Mediator [for Web App] http://inter-mediator.info >> >> _______________________________________________ >> FX.php_List mailing list >> FX.php_List@mail.iviking.org >> http://www.iviking.org/mailman/listinfo/fx.php_list >> >> _______________________________________________ >> FX.php_List mailing list >> FX.php_List@mail.iviking.org >> http://www.iviking.org/mailman/listinfo/fx.php_list > > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20120404/6fa7760c/attachment.html From bob at patin.com Wed Apr 4 19:54:58 2012 From: bob at patin.com (Bob Patin) Date: Wed Apr 4 19:19:39 2012 Subject: [FX.php List] FileMaker Server 12 In-Reply-To: <968414967.0.1333556891554.JavaMail.nii@msyk.net> References: <968414967.0.1333556891554.JavaMail.nii@msyk.net> Message-ID: <98DF215D-9761-4D18-8370-82FACE6BF283@patin.com> What did you set dataType to? Thanks, Bob Patin Longterm Solutions LLC P.O. Box 3408 Brentwood, TN 37024 bob@longtermsolutions.com 615-333-6858 http://www.longtermsolutions.com iChat: bobpatin AIM: longterm1954 Twitter: bobpatin Google+: http://www.longtermsolutions.com/plus -- FileMaker 9, 10 & 11 Certified Developer Member of FileMaker Business Alliance and FileMaker TechNet -- FileMaker hosting and consulting for all versions of FileMaker PHP ? Full email services ? Free DNS hosting ? Colocation ? Consulting On Apr 4, 2012, at 11:28 AM, Masayuki Nii wrote: > As far as my checking, FX.php Ver.6 works fine on FileMaker Server 12. I'm developing > web application framework "INTER-Mediator" (http://inter-mediator.info) and > I noticed a difference of XML publishing feature of FileMaker Server. > > Until FileMaker Server 11, -find command worked in case of no criteria parameters. > That was the same as -findall. New version reports the error if -find command > doesn't have any criteria. If there is no criteria, we should specify -findall, > not -find. > > Regards, > Masayuki > ________________________________________________________________________ > ????/Masayuki Nii Web Site > Twitter: @msyknii (ja), @MasayukiNii (en) / Facebook: Masayuki Nii > INTER-Mediator [for Web App] http://inter-mediator.info > > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list From msyk at msyk.net Wed Apr 4 20:07:21 2012 From: msyk at msyk.net (Masayuki Nii) Date: Wed Apr 4 19:32:25 2012 Subject: [FX.php List] Re-FileMaker Server 12 In-Reply-To: <98DF215D-9761-4D18-8370-82FACE6BF283@patin.com> References: <968414967.0.1333556891554.JavaMail.nii@msyk.net> <98DF215D-9761-4D18-8370-82FACE6BF283@patin.com> Message-ID: <1368348708.0.1333591641163.JavaMail.msyk@msyk.net> Bob Patin ????2012/4/5 10:54:58????? ??---?Re: [FX.php List] FileMaker Server 12??????? > What did you set dataType to? I did "FMPro7". I just read the FMS12 document lightly, and the XML sharing is mostly same as the old one. ________________________________________________________________________ ????/Masayuki Nii Web Site Twitter: @msyknii (ja), @MasayukiNii (en) / Facebook: Masayuki Nii INTER-Mediator [for Web App] http://inter-mediator.info From msyk at msyk.net Wed Apr 4 20:07:21 2012 From: msyk at msyk.net (Masayuki Nii) Date: Wed Apr 4 19:32:25 2012 Subject: [FX.php List] FileMaker Server 12 Message-ID: <1751161119.1.1333591641507.JavaMail.msyk@msyk.net> As far as my checking, FX.php Ver.6 works fine on FileMaker Server 12. I'm developing web application framework "INTER-Mediator" (http://inter-mediator.info) and I noticed a difference of XML publishing feature of FileMaker Server. Until FileMaker Server 11, -find command worked in case of no criteria parameters. That was the same as -findall. New version reports the error if -find command doesn't have any criteria. If there is no criteria, we should specify -findall, not -find. Regards, Masayuki ________________________________________________________________________ ????/Masayuki Nii Web Site Twitter: @msyknii (ja), @MasayukiNii (en) / Facebook: Masayuki Nii INTER-Mediator [for Web App] http://inter-mediator.info From msyk at msyk.net Wed Apr 4 20:07:21 2012 From: msyk at msyk.net (Masayuki Nii) Date: Wed Apr 4 19:32:26 2012 Subject: [FX.php List] Re-FileMaker Server 12 In-Reply-To: <98DF215D-9761-4D18-8370-82FACE6BF283@patin.com> References: <968414967.0.1333556891554.JavaMail.nii@msyk.net> <98DF215D-9761-4D18-8370-82FACE6BF283@patin.com> Message-ID: <1368348708.0.1333591641163.JavaMail.msyk@msyk.net> Bob Patin ????2012/4/5 10:54:58????? ??---?Re: [FX.php List] FileMaker Server 12??????? > What did you set dataType to? I did "FMPro7". I just read the FMS12 document lightly, and the XML sharing is mostly same as the old one. ________________________________________________________________________ ????/Masayuki Nii Web Site Twitter: @msyknii (ja), @MasayukiNii (en) / Facebook: Masayuki Nii INTER-Mediator [for Web App] http://inter-mediator.info From msyk at msyk.net Wed Apr 4 20:15:08 2012 From: msyk at msyk.net (Masayuki Nii) Date: Wed Apr 4 19:40:13 2012 Subject: [FX.php List] Re-FileMaker Server 12 In-Reply-To: References: <968414967.0.1333556891554.JavaMail.nii@msyk.net> <9313DCCD-FACF-4B8A-8BD7-C756A1C1C65E@notyourhomework.net> Message-ID: <1064152569.0.1333592108969.JavaMail.msyk@msyk.net> I'm sorry to double-post. So the products has already been released as Bob said. Bob Patin ????2012/4/5 10:53:36????? ??---?Re: [FX.php List] FileMaker Server 12??????? > NDA? It was released today. > > > Bob Patin > Longterm Solutions LLC > P.O. Box 3408 > Brentwood, TN 37024 > bob@longtermsolutions.com > 615-333-6858 > http://www.longtermsolutions.com > iChat: bobpatin > AIM: longterm1954 > Twitter: bobpatin > Google+: http://www.longtermsolutions.com/plus > -- > FileMaker 9, 10 & 11 Certified Developer > Member of FileMaker Business Alliance and FileMaker TechNet > -- > FileMaker hosting and consulting for all versions of FileMaker > PHP ? Full email services ? Free DNS hosting ? Colocation ? Consulting > On Apr 4, 2012, at 5:59 PM, Malcolm Fitzgerald wrote: > > > NDA, anyone? > > > > Malcolm > > > > > > On 05/04/2012, at 4:10 AM, Denis Somar wrote: > > > >> Howabout speed - any faster out of curiosity? > >> > >> Denis > >> > >> On Wed, Apr 4, 2012 at 12:28 PM, Masayuki Nii wrote: > >> As far as my checking, FX.php Ver.6 works fine on FileMaker Server 12. I'm developing > >> web application framework "INTER-Mediator" (http://inter-mediator.info) and > >> I noticed a difference of XML publishing feature of FileMaker Server. > >> > >> Until FileMaker Server 11, -find command worked in case of no criteria parameters. > >> That was the same as -findall. New version reports the error if -find command > >> doesn't have any criteria. If there is no criteria, we should specify -findall, > >> not -find. > >> > >> Regards, > >> Masayuki > >> ________________________________________________________________________ > >> ????/Masayuki Nii Web Site > >> Twitter: @msyknii (ja), @MasayukiNii (en) / Facebook: Masayuki Nii > >> INTER-Mediator [for Web App] http://inter-mediator.info > >> > >> _______________________________________________ > >> FX.php_List mailing list > >> FX.php_List@mail.iviking.org > >> http://www.iviking.org/mailman/listinfo/fx.php_list > >> > >> _______________________________________________ > >> FX.php_List mailing list > >> FX.php_List@mail.iviking.org > >> http://www.iviking.org/mailman/listinfo/fx.php_list > > > > _______________________________________________ > > FX.php_List mailing list > > FX.php_List@mail.iviking.org > > http://www.iviking.org/mailman/listinfo/fx.php_list > > > ________________________________________________________________________ ????/Masayuki Nii Web Site Twitter: @msyknii (ja), @MasayukiNii (en) / Facebook: Masayuki Nii INTER-Mediator [for Web App] http://inter-mediator.info From msyk at msyk.net Wed Apr 4 20:15:08 2012 From: msyk at msyk.net (Masayuki Nii) Date: Wed Apr 4 19:40:13 2012 Subject: [FX.php List] Re-FileMaker Server 12 In-Reply-To: References: <968414967.0.1333556891554.JavaMail.nii@msyk.net> <9313DCCD-FACF-4B8A-8BD7-C756A1C1C65E@notyourhomework.net> Message-ID: <1064152569.0.1333592108969.JavaMail.msyk@msyk.net> I'm sorry to double-post. So the products has already been released as Bob said. Bob Patin ????2012/4/5 10:53:36????? ??---?Re: [FX.php List] FileMaker Server 12??????? > NDA? It was released today. > > > Bob Patin > Longterm Solutions LLC > P.O. Box 3408 > Brentwood, TN 37024 > bob@longtermsolutions.com > 615-333-6858 > http://www.longtermsolutions.com > iChat: bobpatin > AIM: longterm1954 > Twitter: bobpatin > Google+: http://www.longtermsolutions.com/plus > -- > FileMaker 9, 10 & 11 Certified Developer > Member of FileMaker Business Alliance and FileMaker TechNet > -- > FileMaker hosting and consulting for all versions of FileMaker > PHP ? Full email services ? Free DNS hosting ? Colocation ? Consulting > On Apr 4, 2012, at 5:59 PM, Malcolm Fitzgerald wrote: > > > NDA, anyone? > > > > Malcolm > > > > > > On 05/04/2012, at 4:10 AM, Denis Somar wrote: > > > >> Howabout speed - any faster out of curiosity? > >> > >> Denis > >> > >> On Wed, Apr 4, 2012 at 12:28 PM, Masayuki Nii wrote: > >> As far as my checking, FX.php Ver.6 works fine on FileMaker Server 12. I'm developing > >> web application framework "INTER-Mediator" (http://inter-mediator.info) and > >> I noticed a difference of XML publishing feature of FileMaker Server. > >> > >> Until FileMaker Server 11, -find command worked in case of no criteria parameters. > >> That was the same as -findall. New version reports the error if -find command > >> doesn't have any criteria. If there is no criteria, we should specify -findall, > >> not -find. > >> > >> Regards, > >> Masayuki > >> ________________________________________________________________________ > >> ????/Masayuki Nii Web Site > >> Twitter: @msyknii (ja), @MasayukiNii (en) / Facebook: Masayuki Nii > >> INTER-Mediator [for Web App] http://inter-mediator.info > >> > >> _______________________________________________ > >> FX.php_List mailing list > >> FX.php_List@mail.iviking.org > >> http://www.iviking.org/mailman/listinfo/fx.php_list > >> > >> _______________________________________________ > >> FX.php_List mailing list > >> FX.php_List@mail.iviking.org > >> http://www.iviking.org/mailman/listinfo/fx.php_list > > > > _______________________________________________ > > FX.php_List mailing list > > FX.php_List@mail.iviking.org > > http://www.iviking.org/mailman/listinfo/fx.php_list > > > ________________________________________________________________________ ????/Masayuki Nii Web Site Twitter: @msyknii (ja), @MasayukiNii (en) / Facebook: Masayuki Nii INTER-Mediator [for Web App] http://inter-mediator.info From msyk at msyk.net Wed Apr 4 20:17:16 2012 From: msyk at msyk.net (Masayuki Nii) Date: Wed Apr 4 19:42:20 2012 Subject: [FX.php List] Re-FileMaker Server 12 In-Reply-To: References: <968414967.0.1333556891554.JavaMail.nii@msyk.net> Message-ID: <371789756.0.1333592236579.JavaMail.msyk@msyk.net> At Wed, 4 Apr 2012 14:10:38 -0400, Denis Somar wrote: > Howabout speed - any faster out of curiosity? I can't say same or faster so far. I'm going to test the speed and check the difference of previous version. ________________________________________________________________________ ????/Masayuki Nii Web Site Twitter: @msyknii (ja), @MasayukiNii (en) / Facebook: Masayuki Nii INTER-Mediator [for Web App] http://inter-mediator.info From msyk at msyk.net Wed Apr 4 20:17:16 2012 From: msyk at msyk.net (Masayuki Nii) Date: Wed Apr 4 19:42:21 2012 Subject: [FX.php List] Re-FileMaker Server 12 In-Reply-To: References: <968414967.0.1333556891554.JavaMail.nii@msyk.net> Message-ID: <371789756.0.1333592236579.JavaMail.msyk@msyk.net> At Wed, 4 Apr 2012 14:10:38 -0400, Denis Somar wrote: > Howabout speed - any faster out of curiosity? I can't say same or faster so far. I'm going to test the speed and check the difference of previous version. ________________________________________________________________________ ????/Masayuki Nii Web Site Twitter: @msyknii (ja), @MasayukiNii (en) / Facebook: Masayuki Nii INTER-Mediator [for Web App] http://inter-mediator.info From bob at patin.com Wed Apr 4 20:33:28 2012 From: bob at patin.com (Bob Patin) Date: Wed Apr 4 19:58:32 2012 Subject: [FX.php List] Re-FileMaker Server 12 In-Reply-To: <371789756.0.1333592236579.JavaMail.msyk@msyk.net> References: <968414967.0.1333556891554.JavaMail.nii@msyk.net> <371789756.0.1333592236579.JavaMail.msyk@msyk.net> Message-ID: <279346D6-6722-4080-929E-37BFFB99271B@patin.com> What dataType are you using? I can't get FX to work with my FMSA12 server. Bob Patin Longterm Solutions LLC bob@patin.com 615-333-6858 Sent from my iPad On Apr 4, 2012, at 9:17 PM, Masayuki Nii wrote: > At Wed, 4 Apr 2012 14:10:38 -0400, Denis Somar wrote: >> Howabout speed - any faster out of curiosity? > > I can't say same or faster so far. I'm going to test the speed and check the > difference of previous version. > > ________________________________________________________________________ > ????/Masayuki Nii Web Site > Twitter: @msyknii (ja), @MasayukiNii (en) / Facebook: Masayuki Nii > INTER-Mediator [for Web App] http://inter-mediator.info > > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list From msyk at msyk.net Wed Apr 4 21:10:57 2012 From: msyk at msyk.net (Masayuki Nii) Date: Wed Apr 4 20:36:00 2012 Subject: [FX.php List] Re-FileMaker Server 12 In-Reply-To: <279346D6-6722-4080-929E-37BFFB99271B@patin.com> References: <968414967.0.1333556891554.JavaMail.nii@msyk.net> <371789756.0.1333592236579.JavaMail.msyk@msyk.net> <279346D6-6722-4080-929E-37BFFB99271B@patin.com> Message-ID: <1640499969.0.1333595457049.JavaMail.msyk@msyk.net> I set it "FMPro7". I don't know why it doesn't work your side. Now I double- checked my server's version and it's surely 12. As far as the document, the difference between 11 and 12 is small. But the dataType should have new data "FMPro12" or sort of. If FMS12 is mostly same as previous version, the new dataType is not meaningful. Masayuki Bob Patin ????2012/4/5 11:33:28????? ??---?Re: [FX.php List] Re-FileMaker Server 12??????? > What dataType are you using? I can't get FX to work with my FMSA12 server. > > Bob Patin > Longterm Solutions LLC > bob@patin.com > 615-333-6858 > > Sent from my iPad > > On Apr 4, 2012, at 9:17 PM, Masayuki Nii wrote: > > > At Wed, 4 Apr 2012 14:10:38 -0400, Denis Somar wrote: > >> Howabout speed - any faster out of curiosity? > > > > I can't say same or faster so far. I'm going to test the speed and check the > > difference of previous version. > > > > ________________________________________________________________________ > > ????/Masayuki Nii Web Site > > Twitter: @msyknii (ja), @MasayukiNii (en) / Facebook: Masayuki Nii > > INTER-Mediator [for Web App] http://inter-mediator.info > > > > _______________________________________________ > > FX.php_List mailing list > > FX.php_List@mail.iviking.org > > http://www.iviking.org/mailman/listinfo/fx.php_list > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list > > > > ________________________________________________________________________ ????/Masayuki Nii Web Site Twitter: @msyknii (ja), @MasayukiNii (en) / Facebook: Masayuki Nii INTER-Mediator [for Web App] http://inter-mediator.info From bob at patin.com Wed Apr 4 21:14:30 2012 From: bob at patin.com (Bob Patin) Date: Wed Apr 4 20:39:12 2012 Subject: [FX.php List] Re-FileMaker Server 12 In-Reply-To: <1640499969.0.1333595457049.JavaMail.msyk@msyk.net> References: <968414967.0.1333556891554.JavaMail.nii@msyk.net> <371789756.0.1333592236579.JavaMail.msyk@msyk.net> <279346D6-6722-4080-929E-37BFFB99271B@patin.com> <1640499969.0.1333595457049.JavaMail.msyk@msyk.net> Message-ID: <226402E3-7E24-484A-BE28-5D2A7D112599@patin.com> Found it, was a silly parse error. Works great with the normal FX defaults. It'll be interesting to see if it turns out to be faster than previous server versions. Bob Patin Longterm Solutions LLC P.O. Box 3408 Brentwood, TN 37024 bob@longtermsolutions.com 615-333-6858 http://www.longtermsolutions.com iChat: bobpatin AIM: longterm1954 Twitter: bobpatin Google+: http://www.longtermsolutions.com/plus -- FileMaker 9, 10 & 11 Certified Developer Member of FileMaker Business Alliance and FileMaker TechNet -- FileMaker hosting and consulting for all versions of FileMaker PHP ? Full email services ? Free DNS hosting ? Colocation ? Consulting On Apr 4, 2012, at 10:10 PM, Masayuki Nii wrote: > I set it "FMPro7". I don't know why it doesn't work your side. Now I double- > checked my server's version and it's surely 12. > > As far as the document, the difference between 11 and 12 is small. But the dataType > should have new data "FMPro12" or sort of. If FMS12 is mostly same as previous > version, the new dataType is not meaningful. > > Masayuki > > Bob Patin ????2012/4/5 11:33:28????? > ??---?Re: [FX.php List] Re-FileMaker Server 12??????? >> What dataType are you using? I can't get FX to work with my FMSA12 server. >> >> Bob Patin >> Longterm Solutions LLC >> bob@patin.com >> 615-333-6858 >> >> Sent from my iPad >> >> On Apr 4, 2012, at 9:17 PM, Masayuki Nii wrote: >> >>> At Wed, 4 Apr 2012 14:10:38 -0400, Denis Somar wrote: >>>> Howabout speed - any faster out of curiosity? >>> >>> I can't say same or faster so far. I'm going to test the speed and check the >>> difference of previous version. >>> >>> ________________________________________________________________________ >>> ????/Masayuki Nii Web Site >>> Twitter: @msyknii (ja), @MasayukiNii (en) / Facebook: Masayuki Nii >>> INTER-Mediator [for Web App] http://inter-mediator.info >>> >>> _______________________________________________ >>> FX.php_List mailing list >>> FX.php_List@mail.iviking.org >>> http://www.iviking.org/mailman/listinfo/fx.php_list >> _______________________________________________ >> FX.php_List mailing list >> FX.php_List@mail.iviking.org >> http://www.iviking.org/mailman/listinfo/fx.php_list >> >> >> >> > > ________________________________________________________________________ > ????/Masayuki Nii Web Site > Twitter: @msyknii (ja), @MasayukiNii (en) / Facebook: Masayuki Nii > INTER-Mediator [for Web App] http://inter-mediator.info > > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list From jsfmp at earthlink.net Wed Apr 4 21:39:31 2012 From: jsfmp at earthlink.net (Joel Shapiro) Date: Wed Apr 4 21:04:33 2012 Subject: [FX.php List] Re-FileMaker Server 12 In-Reply-To: <226402E3-7E24-484A-BE28-5D2A7D112599@patin.com> References: <968414967.0.1333556891554.JavaMail.nii@msyk.net> <371789756.0.1333592236579.JavaMail.msyk@msyk.net> <279346D6-6722-4080-929E-37BFFB99271B@patin.com> <1640499969.0.1333595457049.JavaMail.msyk@msyk.net> <226402E3-7E24-484A-BE28-5D2A7D112599@patin.com> Message-ID: Please let us know what you find out, Bob. The marketing definitely says it's faster. Thanks, -Joel On Apr 4, 2012, at 8:14 PM, Bob Patin wrote: > It'll be interesting to see if it turns out to be faster than previous server versions. From bob at patin.com Wed Apr 4 22:13:11 2012 From: bob at patin.com (Bob Patin) Date: Wed Apr 4 21:38:16 2012 Subject: [FX.php List] Re-FileMaker Server 12 In-Reply-To: References: <968414967.0.1333556891554.JavaMail.nii@msyk.net> <371789756.0.1333592236579.JavaMail.msyk@msyk.net> <279346D6-6722-4080-929E-37BFFB99271B@patin.com> <1640499969.0.1333595457049.JavaMail.msyk@msyk.net> <226402E3-7E24-484A-BE28-5D2A7D112599@patin.com> Message-ID: <106AC803-72AE-4C98-8830-4E429BF703CD@patin.com> I'm not sure how to test yet; I have a test DB with 50,000 records; I'm thinking about putting the same simple app on a FMSA11 machine then doing some timed queries. If you have a suggestion let me know; for now I was just going to get the timestamp before and after the query, pull all the records, and then do the same in 11. Seem like the best approach? Bob Patin Longterm Solutions LLC bob@patin.com 615-333-6858 Sent from my iPad On Apr 4, 2012, at 10:39 PM, Joel Shapiro wrote: > Please let us know what you find out, Bob. The marketing definitely says it's faster. > > Thanks, > -Joel > > > On Apr 4, 2012, at 8:14 PM, Bob Patin wrote: > >> It'll be interesting to see if it turns out to be faster than previous server versions. > > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list From malcolm at notyourhomework.net Wed Apr 4 22:47:19 2012 From: malcolm at notyourhomework.net (Malcolm Fitzgerald) Date: Wed Apr 4 22:12:22 2012 Subject: [FX.php List] Re-FileMaker Server 12 In-Reply-To: <106AC803-72AE-4C98-8830-4E429BF703CD@patin.com> References: <968414967.0.1333556891554.JavaMail.nii@msyk.net> <371789756.0.1333592236579.JavaMail.msyk@msyk.net> <279346D6-6722-4080-929E-37BFFB99271B@patin.com> <1640499969.0.1333595457049.JavaMail.msyk@msyk.net> <226402E3-7E24-484A-BE28-5D2A7D112599@patin.com> <106AC803-72AE-4C98-8830-4E429BF703CD@patin.com> Message-ID: A run with record writes. A layout with a few fields. A layout with a lot of fields. A layout with portals and related records. Malcolm On 05/04/2012, at 2:13 PM, Bob Patin wrote: > I'm not sure how to test yet; I have a test DB with 50,000 records; I'm thinking about putting the same simple app on a FMSA11 machine then doing some timed queries. > > If you have a suggestion let me know; for now I was just going to get the timestamp before and after the query, pull all the records, and then do the same in 11. Seem like the best approach? > > Bob Patin > Longterm Solutions LLC > bob@patin.com > 615-333-6858 > > Sent from my iPad > > On Apr 4, 2012, at 10:39 PM, Joel Shapiro wrote: > >> Please let us know what you find out, Bob. The marketing definitely says it's faster. >> >> Thanks, >> -Joel >> >> >> On Apr 4, 2012, at 8:14 PM, Bob Patin wrote: >> >>> It'll be interesting to see if it turns out to be faster than previous server versions. >> >> _______________________________________________ >> FX.php_List mailing list >> FX.php_List@mail.iviking.org >> http://www.iviking.org/mailman/listinfo/fx.php_list > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list From bob at patin.com Wed Apr 4 22:57:26 2012 From: bob at patin.com (Bob Patin) Date: Wed Apr 4 22:22:29 2012 Subject: [FX.php List] Re-FileMaker Server 12 In-Reply-To: References: <968414967.0.1333556891554.JavaMail.nii@msyk.net> <371789756.0.1333592236579.JavaMail.msyk@msyk.net> <279346D6-6722-4080-929E-37BFFB99271B@patin.com> <1640499969.0.1333595457049.JavaMail.msyk@msyk.net> <226402E3-7E24-484A-BE28-5D2A7D112599@patin.com> <106AC803-72AE-4C98-8830-4E429BF703CD@patin.com> Message-ID: Good ideas; I'll start with different sizes of found sets, then do another one that creates, then a 3rd with edits. I rarely use portals in web-accessed layouts. Bob Patin Longterm Solutions LLC bob@patin.com 615-333-6858 Sent from my iPad On Apr 4, 2012, at 11:47 PM, Malcolm Fitzgerald wrote: > A run with record writes. > A layout with a few fields. > A layout with a lot of fields. > A layout with portals and related records. > > > Malcolm > > On 05/04/2012, at 2:13 PM, Bob Patin wrote: > >> I'm not sure how to test yet; I have a test DB with 50,000 records; I'm thinking about putting the same simple app on a FMSA11 machine then doing some timed queries. >> >> If you have a suggestion let me know; for now I was just going to get the timestamp before and after the query, pull all the records, and then do the same in 11. Seem like the best approach? >> >> Bob Patin >> Longterm Solutions LLC >> bob@patin.com >> 615-333-6858 >> >> Sent from my iPad >> >> On Apr 4, 2012, at 10:39 PM, Joel Shapiro wrote: >> >>> Please let us know what you find out, Bob. The marketing definitely says it's faster. >>> >>> Thanks, >>> -Joel >>> >>> >>> On Apr 4, 2012, at 8:14 PM, Bob Patin wrote: >>> >>>> It'll be interesting to see if it turns out to be faster than previous server versions. >>> >>> _______________________________________________ >>> FX.php_List mailing list >>> FX.php_List@mail.iviking.org >>> http://www.iviking.org/mailman/listinfo/fx.php_list >> _______________________________________________ >> FX.php_List mailing list >> FX.php_List@mail.iviking.org >> http://www.iviking.org/mailman/listinfo/fx.php_list > > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list From malcolm at notyourhomework.net Wed Apr 4 23:14:59 2012 From: malcolm at notyourhomework.net (Malcolm Fitzgerald) Date: Wed Apr 4 22:40:03 2012 Subject: [FX.php List] Re-FileMaker Server 12 In-Reply-To: References: <968414967.0.1333556891554.JavaMail.nii@msyk.net> <371789756.0.1333592236579.JavaMail.msyk@msyk.net> <279346D6-6722-4080-929E-37BFFB99271B@patin.com> <1640499969.0.1333595457049.JavaMail.msyk@msyk.net> <226402E3-7E24-484A-BE28-5D2A7D112599@patin.com> <106AC803-72AE-4C98-8830-4E429BF703CD@patin.com> Message-ID: <51BECAC9-4401-47FE-A50C-661F7AED6E7D@notyourhomework.net> On 05/04/2012, at 2:57 PM, Bob Patin wrote: > I rarely use portals in web-accessed layouts. Interesting. I'm finding that web interaction is leading me to use greater degree of normalisation in my filemaker databases. That means relationships. In one instance recently I created a TOG specifically for the web app so that we could send all the data through a single call. It required seven calls to create seven related records in seven different tables beforehand. Now it uses one call - that is a lot less travel time regardless of FMS response time and the web page response is much quicker. Malcolm From andersm at mac.com Thu Apr 5 07:03:23 2012 From: andersm at mac.com (ANDERS MONSEN) Date: Thu Apr 5 06:28:32 2012 Subject: [FX.php List] Re-FileMaker Server 12 In-Reply-To: References: <968414967.0.1333556891554.JavaMail.nii@msyk.net> <371789756.0.1333592236579.JavaMail.msyk@msyk.net> <279346D6-6722-4080-929E-37BFFB99271B@patin.com> <1640499969.0.1333595457049.JavaMail.msyk@msyk.net> <226402E3-7E24-484A-BE28-5D2A7D112599@patin.com> <106AC803-72AE-4C98-8830-4E429BF703CD@patin.com> Message-ID: <74997244-2156-444E-A113-28CF0211A1FA@mac.com> >From what I have heard, performance improvements are more noticeable with heavy loads or lots of users, not just one or two. Anders On Apr 4, 2012, at 11:57 PM, Bob Patin wrote: > Good ideas; I'll start with different sizes of found sets, then do another one that creates, then a 3rd with edits. I rarely use portals in web-accessed layouts. > > Bob Patin > Longterm Solutions LLC > bob@patin.com > 615-333-6858 > > Sent from my iPad > > On Apr 4, 2012, at 11:47 PM, Malcolm Fitzgerald wrote: > >> A run with record writes. >> A layout with a few fields. >> A layout with a lot of fields. >> A layout with portals and related records. >> >> >> Malcolm >> >> On 05/04/2012, at 2:13 PM, Bob Patin wrote: >> >>> I'm not sure how to test yet; I have a test DB with 50,000 records; I'm thinking about putting the same simple app on a FMSA11 machine then doing some timed queries. >>> >>> If you have a suggestion let me know; for now I was just going to get the timestamp before and after the query, pull all the records, and then do the same in 11. Seem like the best approach? >>> >>> Bob Patin >>> Longterm Solutions LLC >>> bob@patin.com >>> 615-333-6858 >>> >>> Sent from my iPad >>> >>> On Apr 4, 2012, at 10:39 PM, Joel Shapiro wrote: >>> >>>> Please let us know what you find out, Bob. The marketing definitely says it's faster. >>>> >>>> Thanks, >>>> -Joel >>>> >>>> >>>> On Apr 4, 2012, at 8:14 PM, Bob Patin wrote: >>>> >>>>> It'll be interesting to see if it turns out to be faster than previous server versions. >>>> >>>> _______________________________________________ >>>> FX.php_List mailing list >>>> FX.php_List@mail.iviking.org >>>> http://www.iviking.org/mailman/listinfo/fx.php_list >>> _______________________________________________ >>> FX.php_List mailing list >>> FX.php_List@mail.iviking.org >>> http://www.iviking.org/mailman/listinfo/fx.php_list >> >> _______________________________________________ >> FX.php_List mailing list >> FX.php_List@mail.iviking.org >> http://www.iviking.org/mailman/listinfo/fx.php_list > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list From nii at msyk.net Wed Apr 4 21:09:46 2012 From: nii at msyk.net (=?UTF-8?B?5paw5bGF6ZuF6KGM?=) Date: Thu Apr 5 08:22:07 2012 Subject: [FX.php List] Re-FileMaker Server 12 In-Reply-To: <279346D6-6722-4080-929E-37BFFB99271B@patin.com> References: <968414967.0.1333556891554.JavaMail.nii@msyk.net> <371789756.0.1333592236579.JavaMail.msyk@msyk.net> <279346D6-6722-4080-929E-37BFFB99271B@patin.com> Message-ID: <797130442.0.1333595386228.JavaMail.nii@msyk.net> I set it "FMPro7". I don't know why it doesn't work your side. Now I double- checked my server's version and it's surely 12. As far as the document, the difference between 11 and 12 is small. But the dataType should have new data "FMPro12" or sort of. If FMS12 is mostly same as previous version, the new dataType is not meaningful. Masayuki Bob Patin ????2012/4/5 11:33:28????? ??---?Re: [FX.php List] Re-FileMaker Server 12??????? > What dataType are you using? I can't get FX to work with my FMSA12 server. > > Bob Patin > Longterm Solutions LLC > bob@patin.com > 615-333-6858 > > Sent from my iPad > > On Apr 4, 2012, at 9:17 PM, Masayuki Nii wrote: > > > At Wed, 4 Apr 2012 14:10:38 -0400, Denis Somar wrote: > >> Howabout speed - any faster out of curiosity? > > > > I can't say same or faster so far. I'm going to test the speed and check the > > difference of previous version. > > > > ________________________________________________________________________ > > ????/Masayuki Nii Web Site > > Twitter: @msyknii (ja), @MasayukiNii (en) / Facebook: Masayuki Nii > > INTER-Mediator [for Web App] http://inter-mediator.info > > > > _______________________________________________ > > FX.php_List mailing list > > FX.php_List@mail.iviking.org > > http://www.iviking.org/mailman/listinfo/fx.php_list > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list > > > > ________________________________________________________________________ ????/Masayuki Nii Web Site Twitter: @msyknii (ja), @MasayukiNii (en) / Facebook: Masayuki Nii INTER-Mediator [for Web App] http://inter-mediator.info From bob at patin.com Thu Apr 5 09:22:03 2012 From: bob at patin.com (Bob Patin) Date: Thu Apr 5 08:47:05 2012 Subject: [FX.php List] Re-FileMaker Server 12 In-Reply-To: <51BECAC9-4401-47FE-A50C-661F7AED6E7D@notyourhomework.net> References: <968414967.0.1333556891554.JavaMail.nii@msyk.net> <371789756.0.1333592236579.JavaMail.msyk@msyk.net> <279346D6-6722-4080-929E-37BFFB99271B@patin.com> <1640499969.0.1333595457049.JavaMail.msyk@msyk.net> <226402E3-7E24-484A-BE28-5D2A7D112599@patin.com> <106AC803-72AE-4C98-8830-4E429BF703CD@patin.com> <51BECAC9-4401-47FE-A50C-661F7AED6E7D@notyourhomework.net> Message-ID: On Apr 5, 2012, at 12:14 AM, Malcolm Fitzgerald wrote: > > On 05/04/2012, at 2:57 PM, Bob Patin wrote: > >> I rarely use portals in web-accessed layouts. > > Interesting. I'm finding that web interaction is leading me to use greater degree of normalisation in my filemaker databases. That means relationships. I didn't say that I don't use related tables; of *course* I use related tables. I prefer to do separate queries for related records in almost all cases. Last I heard, there was no quantifiable data that said that one was faster than the other; I prefer going to the related table's layout and doing my query there. If there are a few related fields that I need, sometimes I'll put that within the first query, but generally I prefer to break it out, and haven't seen it to be slower than passing a TON of data through one query. Bob Patin Longterm Solutions LLC bob@longtermsolutions.com 615-333-6858 http://www.longtermsolutions.com FileMaker 9, 10 & 11 Certified Developer Member of FileMaker Business Alliance and FileMaker TechNet -- Twitter: bobpatin Google+: http://www.longtermsolutions.com/plus AIM: longterm1954 iChat: bobpatin -- Expert FileMaker Consulting FileMaker Hosting for all versions of FileMaker Bob Patin Longterm Solutions LLC bob@longtermsolutions.com 615-333-6858 http://www.longtermsolutions.com FileMaker 9, 10 & 11 Certified Developer Member of FileMaker Business Alliance and FileMaker TechNet -- Twitter: bobpatin Google+: http://www.longtermsolutions.com/plus AIM: longterm1954 iChat: bobpatin -- Expert FileMaker Consulting FileMaker Hosting for all versions of FileMaker From bob at patin.com Thu Apr 5 09:24:04 2012 From: bob at patin.com (Bob Patin) Date: Thu Apr 5 08:49:13 2012 Subject: [FX.php List] Re-FileMaker Server 12 In-Reply-To: <74997244-2156-444E-A113-28CF0211A1FA@mac.com> References: <968414967.0.1333556891554.JavaMail.nii@msyk.net> <371789756.0.1333592236579.JavaMail.msyk@msyk.net> <279346D6-6722-4080-929E-37BFFB99271B@patin.com> <1640499969.0.1333595457049.JavaMail.msyk@msyk.net> <226402E3-7E24-484A-BE28-5D2A7D112599@patin.com> <106AC803-72AE-4C98-8830-4E429BF703CD@patin.com> <74997244-2156-444E-A113-28CF0211A1FA@mac.com> Message-ID: <5FFEA14F-083B-46D0-8E80-7A101A5C6F1E@patin.com> A consultant friend told me that he had it from high up within FMI that there were mixed results on speed improvements with the WPE. Disappointing; at Devcon we were told "double the speed" at one point. When I get some time today I may flesh out the test app and put an exact copy of it on a FMSA 11 machine as well. For grins I may also put it on FMSA 10, which I also have on a couple of servers here. Bob Patin Longterm Solutions LLC bob@longtermsolutions.com 615-333-6858 http://www.longtermsolutions.com FileMaker 9, 10 & 11 Certified Developer Member of FileMaker Business Alliance and FileMaker TechNet -- Twitter: bobpatin Google+: http://www.longtermsolutions.com/plus AIM: longterm1954 iChat: bobpatin -- Expert FileMaker Consulting FileMaker Hosting for all versions of FileMaker On Apr 5, 2012, at 8:03 AM, ANDERS MONSEN wrote: >> From what I have heard, performance improvements are more noticeable with heavy loads or lots of users, not just one or two. > > Anders > > On Apr 4, 2012, at 11:57 PM, Bob Patin wrote: > >> Good ideas; I'll start with different sizes of found sets, then do another one that creates, then a 3rd with edits. I rarely use portals in web-accessed layouts. >> >> Bob Patin >> Longterm Solutions LLC >> bob@patin.com >> 615-333-6858 >> >> Sent from my iPad >> >> On Apr 4, 2012, at 11:47 PM, Malcolm Fitzgerald wrote: >> >>> A run with record writes. >>> A layout with a few fields. >>> A layout with a lot of fields. >>> A layout with portals and related records. >>> >>> >>> Malcolm >>> >>> On 05/04/2012, at 2:13 PM, Bob Patin wrote: >>> >>>> I'm not sure how to test yet; I have a test DB with 50,000 records; I'm thinking about putting the same simple app on a FMSA11 machine then doing some timed queries. >>>> >>>> If you have a suggestion let me know; for now I was just going to get the timestamp before and after the query, pull all the records, and then do the same in 11. Seem like the best approach? >>>> >>>> Bob Patin >>>> Longterm Solutions LLC >>>> bob@patin.com >>>> 615-333-6858 >>>> >>>> Sent from my iPad >>>> >>>> On Apr 4, 2012, at 10:39 PM, Joel Shapiro wrote: >>>> >>>>> Please let us know what you find out, Bob. The marketing definitely says it's faster. >>>>> >>>>> Thanks, >>>>> -Joel >>>>> >>>>> >>>>> On Apr 4, 2012, at 8:14 PM, Bob Patin wrote: >>>>> >>>>>> It'll be interesting to see if it turns out to be faster than previous server versions. >>>>> >>>>> _______________________________________________ >>>>> FX.php_List mailing list >>>>> FX.php_List@mail.iviking.org >>>>> http://www.iviking.org/mailman/listinfo/fx.php_list >>>> _______________________________________________ >>>> FX.php_List mailing list >>>> FX.php_List@mail.iviking.org >>>> http://www.iviking.org/mailman/listinfo/fx.php_list >>> >>> _______________________________________________ >>> FX.php_List mailing list >>> FX.php_List@mail.iviking.org >>> http://www.iviking.org/mailman/listinfo/fx.php_list >> _______________________________________________ >> FX.php_List mailing list >> FX.php_List@mail.iviking.org >> http://www.iviking.org/mailman/listinfo/fx.php_list > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list From whatdoyouwant at gmail.com Wed Apr 11 10:59:31 2012 From: whatdoyouwant at gmail.com (Nick) Date: Wed Apr 11 10:24:07 2012 Subject: [FX.php List] Are there any FMCakeMix war stories? In-Reply-To: References: <4940948A-2D71-40B5-833D-58F9A0BEBFB2@gmail.com> <52A791D1-9B14-4876-AE93-304E193FA22D@gmail.com> Message-ID: I have a site that can be sometimes heavily used. I was running around up to 9 regular queries and a more involved findquery. When someone would refresh the page with the findquery on it, the cpu would spike in relation to how fast they hit the refresh button. When the cpu was high, the site would be slow. When you look at the client list in filemaker, it would show a few connections by the fx user and one or more as having been logged in for more than a few minutes. Killing the connection then would make the site fast again. Making more fx users to reduce volume of requests per user seemed to alleviate the problem a little. Caching most of the queries (obviously) fixed the problem even more. The site couldn't be faster now. On Sun, Mar 18, 2012 at 1:29 PM, Denis Somar wrote: > Nick, > > This is really interesting and I'm really curious as to how you > arrived at this best practice ? > > Cheers, > Denis > > On Sun, Mar 18, 2012 at 12:03 PM, Nick wrote: > > No, only a separate one for using findquery. Findquery queues a number > of > > actions in one large query, and the filemaker user you are querying with > can > > make other findquery actions wait. It really depends on the volume. > > > > > > On Tue, Mar 13, 2012 at 7:08 AM, BEVERLY VOTH > wrote: > >> > >> Yes, Nick, what do you mean by "separate"? Do you create more than one > >> user for the queries, or just a separate one for finds, ( and one for > adds, > >> edits, deletes )? If so, how does that help ( to have more than one > account > >> to access the database when web publishing )? > >> > >> Beverly > >> > >> > >> On 12 Mar 2012, at 10:20 PM, Nick Salonen wrote: > >> > >> > In FileMaker, a user that has fmxml privilege to make queries. > >> > > >> > Sent from my iPhone > >> > > >> > On Mar 12, 2012, at 12:03 PM, BEVERLY VOTH > >> > wrote: > >> > > >> >> Nick, can you expound on this statement "separate user" ? > >> >> > >> >> Thank you, > >> >> Beverly > >> >> On 12 Mar 2012, at 12:52 AM, Nick wrote: > >> >> > >> >>> I usually make a separate user for findquery requests. > >> _______________________________________________ > >> FX.php_List mailing list > >> FX.php_List@mail.iviking.org > >> http://www.iviking.org/mailman/listinfo/fx.php_list > > > > > > > > _______________________________________________ > > FX.php_List mailing list > > FX.php_List@mail.iviking.org > > http://www.iviking.org/mailman/listinfo/fx.php_list > > > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20120411/c34d0fde/attachment.html From whatdoyouwant at gmail.com Wed Apr 11 11:00:30 2012 From: whatdoyouwant at gmail.com (Nick) Date: Wed Apr 11 10:25:06 2012 Subject: [FX.php List] Are there any FMCakeMix war stories? In-Reply-To: References: <4940948A-2D71-40B5-833D-58F9A0BEBFB2@gmail.com> <52A791D1-9B14-4876-AE93-304E193FA22D@gmail.com> Message-ID: I should add that when the site was sluggish, pages that didn't use the findquery were quick. (this was before caching anything) On Wed, Apr 11, 2012 at 11:59 AM, Nick wrote: > I have a site that can be sometimes heavily used. I was running around up > to 9 regular queries and a more involved findquery. When someone would > refresh the page with the findquery on it, the cpu would spike in relation > to how fast they hit the refresh button. When the cpu was high, the site > would be slow. > > When you look at the client list in filemaker, it would show a few > connections by the fx user and one or more as having been logged in for > more than a few minutes. Killing the connection then would make the site > fast again. > > Making more fx users to reduce volume of requests per user seemed to > alleviate the problem a little. Caching most of the queries (obviously) > fixed the problem even more. > > The site couldn't be faster now. > > On Sun, Mar 18, 2012 at 1:29 PM, Denis Somar wrote: > >> Nick, >> >> This is really interesting and I'm really curious as to how you >> arrived at this best practice ? >> >> Cheers, >> Denis >> >> On Sun, Mar 18, 2012 at 12:03 PM, Nick wrote: >> > No, only a separate one for using findquery. Findquery queues a number >> of >> > actions in one large query, and the filemaker user you are querying >> with can >> > make other findquery actions wait. It really depends on the volume. >> > >> > >> > On Tue, Mar 13, 2012 at 7:08 AM, BEVERLY VOTH >> wrote: >> >> >> >> Yes, Nick, what do you mean by "separate"? Do you create more than one >> >> user for the queries, or just a separate one for finds, ( and one for >> adds, >> >> edits, deletes )? If so, how does that help ( to have more than one >> account >> >> to access the database when web publishing )? >> >> >> >> Beverly >> >> >> >> >> >> On 12 Mar 2012, at 10:20 PM, Nick Salonen wrote: >> >> >> >> > In FileMaker, a user that has fmxml privilege to make queries. >> >> > >> >> > Sent from my iPhone >> >> > >> >> > On Mar 12, 2012, at 12:03 PM, BEVERLY VOTH >> >> > wrote: >> >> > >> >> >> Nick, can you expound on this statement "separate user" ? >> >> >> >> >> >> Thank you, >> >> >> Beverly >> >> >> On 12 Mar 2012, at 12:52 AM, Nick wrote: >> >> >> >> >> >>> I usually make a separate user for findquery requests. >> >> _______________________________________________ >> >> FX.php_List mailing list >> >> FX.php_List@mail.iviking.org >> >> http://www.iviking.org/mailman/listinfo/fx.php_list >> > >> > >> > >> > _______________________________________________ >> > FX.php_List mailing list >> > FX.php_List@mail.iviking.org >> > http://www.iviking.org/mailman/listinfo/fx.php_list >> > >> _______________________________________________ >> FX.php_List mailing list >> FX.php_List@mail.iviking.org >> http://www.iviking.org/mailman/listinfo/fx.php_list >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20120411/92424e37/attachment.html From bob at patin.com Sat Apr 21 20:04:11 2012 From: bob at patin.com (Bob Patin) Date: Sat Apr 21 19:27:47 2012 Subject: [FX.php List] Longterm Solutions Announces FileMaker Server 12 Hosting References: Message-ID: <9DBF9208-8E1E-4711-83DC-216566ACFAF1@patin.com> Longterm Solutions is pleased to announce the immediate availability of FileMaker 12 hosting. In addition to our servers running FileMaker 11 Server and Server Advanced, we have now added a new server running FileMaker Server 12. Users can connect to their databases using FileMaker Pro 12 or 12 Advanced, and also FileMaker Go 12 for the iPhone or iPad. In addition, web applications written with the FileMaker API or FX.php are compatible with FileMaker Server 12, with a very small modification to reference the new database filename. Pricing for FileMaker Server 12 hosting is the same as for version 11. For information on moving your databases from FileMaker Server 11 to Server 12, please give us a call. Bob Patin, President Longterm Solutions LLC P.O. Box 3408 Brentwood, TN 37024 bob@longtermsolutions.com 615-333-6858 http://www.longtermsolutions.com iChat: bobpatin AIM: longterm1954 Twitter: bobpatin Google+: http://www.longtermsolutions.com/plus -- FileMaker 9, 10 & 11 Certified Developer Member of FileMaker Business Alliance and FileMaker TechNet -- FileMaker hosting and consulting for all versions of FileMaker PHP ? Full email services ? Free DNS hosting ? Colocation ? Consulting -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20120421/491bc272/attachment.html From malcolm at notyourhomework.net Mon Apr 23 01:59:05 2012 From: malcolm at notyourhomework.net (Malcolm Fitzgerald) Date: Mon Apr 23 01:22:55 2012 Subject: [FX.php List] [OFF] fmCakeMix Install problems Message-ID: <3168403C-6996-48C1-BE44-C3E7DC4EBBE7@notyourhomework.net> I'm hoping someone here can help. I've installed CakePHP v2 and I'm trying to set up fmCakeMix. When I connect to the cake folder I get a nicely formatted page that tells me that "Cake is NOT able to connect to the database." I am following the instructions provided in the FMCakeMix user guide. The only difference that I can see is that I'm pointing to a remote server. Are there any tricks to getting this set up? Malcolm From matsuo_atsushi at mac.com Wed Apr 25 08:30:42 2012 From: matsuo_atsushi at mac.com (Atsushi Matsuo) Date: Wed Apr 25 07:54:33 2012 Subject: [FX.php List] [OFF] fmCakeMix Install problems In-Reply-To: <3168403C-6996-48C1-BE44-C3E7DC4EBBE7@notyourhomework.net> References: <3168403C-6996-48C1-BE44-C3E7DC4EBBE7@notyourhomework.net> Message-ID: My trunk branch version works with CakePHP 2.0/2.1, but I suppose FMCakeMix (dbo_fmcakemix.php) officially supports CakePHP 1.x only. https://github.com/matsuo/FMCakeMix/tree/trunk -- Atsushi Matsuo http://www.famlog.jp/ On 2012/04/23, at 16:59, Malcolm Fitzgerald wrote: > I'm hoping someone here can help. > > I've installed CakePHP v2 and I'm trying to set up fmCakeMix. When I connect to the cake folder I get a nicely formatted page that tells me that "Cake is NOT able to connect to the database." > > I am following the instructions provided in the FMCakeMix user guide. The only difference that I can see is that I'm pointing to a remote server. > > Are there any tricks to getting this set up? From malcolm at notyourhomework.net Fri Apr 27 15:30:08 2012 From: malcolm at notyourhomework.net (Malcolm Fitzgerald) Date: Fri Apr 27 14:53:38 2012 Subject: [FX.php List] [OFF] fmCakeMix Install problems In-Reply-To: References: <3168403C-6996-48C1-BE44-C3E7DC4EBBE7@notyourhomework.net> Message-ID: <1E2C9EFE-A88E-4F12-93F4-23E96F3AAC71@notyourhomework.net> Hi Atsushi, It look like FMCakeMix does only support v1. thanks for your help. Malcolm On 26/04/2012, at 12:30 AM, Atsushi Matsuo wrote: > My trunk branch version works with CakePHP 2.0/2.1, but I suppose FMCakeMix (dbo_fmcakemix.php) officially supports CakePHP 1.x only. > > https://github.com/matsuo/FMCakeMix/tree/trunk > > -- > Atsushi Matsuo > http://www.famlog.jp/ > > > On 2012/04/23, at 16:59, Malcolm Fitzgerald wrote: >> I'm hoping someone here can help. >> >> I've installed CakePHP v2 and I'm trying to set up fmCakeMix. When I connect to the cake folder I get a nicely formatted page that tells me that "Cake is NOT able to connect to the database." >> >> I am following the instructions provided in the FMCakeMix user guide. The only difference that I can see is that I'm pointing to a remote server. >> >> Are there any tricks to getting this set up? > > _______________________________________________ > FX.php_List mailing list > FX.php_List@mail.iviking.org > http://www.iviking.org/mailman/listinfo/fx.php_list