Re: CF10 Dev Edition...

2013-08-15 Thread Dan G. Switzer, II
To: cf-talk Subject: Re: CF10 Dev Edition... so what this would mean, is that if you have 2 requests from 2 IP's already happening, then the internal request from the server to itself would probably fail as that would make 3 IP's but if you are only running this on your local machine

RE: CF10 Dev Edition...

2013-08-15 Thread Eric Roberts
Subject: Re: CF10 Dev Edition... That sounds like 3 requests from the same IP--which would be over the 2 request limit. 1. Your initial request to the .cfm page 2. The .cfm page makes an HTTP call to another page 3. That page calls in invokes CFC over HTTP -Dan On Tue, Aug 13, 2013 at 7

Re: CF10 Dev Edition...

2013-08-15 Thread Russ Michaels
to 2 ip's...I did not see anything about requests...I am trying to find where that is spelled out. Thanks Eric -Original Message- From: Dan G. Switzer, II [mailto:dswit...@pengoworks.com] Sent: Thursday, August 15, 2013 7:21 AM To: cf-talk Subject: Re: CF10 Dev Edition

Re: CF10 Dev Edition...

2013-08-15 Thread Cameron Childress
On Thu, Aug 15, 2013 at 9:07 AM, Eric Roberts wrote: Where does it state that? It is limited to 2 ip's...I did not see anything about requests...I am trying to find where that is spelled out. From the blog post Will sent yesterday: The restriction is on *two concurrent request* from any

RE: CF10 Dev Edition...

2013-08-15 Thread Eric Roberts
Right...that is what I was thinking... -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Thursday, August 15, 2013 8:17 AM To: cf-talk Subject: Re: CF10 Dev Edition... that would seem to be a daft restriction as it could easily break a lot of fucntionality

CF10 Dev Edition...

2013-08-13 Thread Eric Roberts
Is ther anything that limits the number of requests in the dev edition? We have some calls that use https and the call is crapping out when I use https to call another page hat has cfc and http requests. The code works fine on out cf9 production and dev servers.Iam trying to set up a local

Re: CF10 Dev Edition...

2013-08-13 Thread Matt Quackenbush
I don't know about CF10 (have never downloaded it), but historically speaking, CF's dev editions - at least back to MX, if memory serves me correctly - have been limited to connections from just two IPs. Presumably that is what you're experiencing? HTH On Tue, Aug 13, 2013 at 6:35 PM, Eric

Re: CF10 Dev Edition...

2013-08-13 Thread Wil Genovese
Adobe changed the two IP restriction a bit. A small but significant change in ColdFusion 10 is around IP address restriction. Till ColdFusion 9, only two fixed IP addresses can access the developer edition of server. But this restriction is changed in ColdFusion 10. ColdFusion 10 developer

RE: CF10 Dev Edition...

2013-08-13 Thread Eric Roberts
No...it's calling local code from the same IP...so I don't think this has to do with IP addresses -Original Message- From: Matt Quackenbush [mailto:quackfu...@gmail.com] Sent: Tuesday, August 13, 2013 5:40 PM To: cf-talk Subject: Re: CF10 Dev Edition... I don't know about CF10 (have

Re: CF10 Dev Edition...

2013-08-13 Thread Cameron Childress
On Tue, Aug 13, 2013 at 6:35 PM, Eric Roberts wrote: Is ther anything that limits the number of requests in the dev edition? We have some calls that use https and the call is crapping out when I use https to call another page hat has cfc and http requests. The code works fine on out cf9

Re: CF10 Dev Edition...

2013-08-13 Thread Russ Michaels
so what this would mean, is that if you have 2 requests from 2 IP's already happening, then the internal request from the server to itself would probably fail as that would make 3 IP's but if you are only running this on your local machine then that would of course not be the case. On Tue, Aug

RE: CF10 Dev Edition...

2013-08-13 Thread Eric Roberts
No...1 ip...local...it is calling a page that makes an http request to another local page hat has http requests an cfc calls...all local... -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Tuesday, August 13, 2013 6:04 PM To: cf-talk Subject: Re: CF10 Dev

Re: CF10 Dev Edition...

2013-08-13 Thread .jonah
calls...all local... -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Tuesday, August 13, 2013 6:04 PM To: cf-talk Subject: Re: CF10 Dev Edition... so what this would mean, is that if you have 2 requests from 2 IP's already happening, then the internal