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:33 PM, Eric Roberts <
ow...@threeravensconsulting.com> wrote:

>
> 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 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 then that would of course not be the case.
>
>
>
> On Tue, Aug 13, 2013 at 11:44 PM, Wil Genovese <jugg...@trunkful.com>
> wrote:
>
> >
> > 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 edition can now be accessed
> > concurrently by any two IP addresses. The restriction is on two
> > concurrent request from any two IP addresses and not on which IP
> addresses.
> >
> >
> > http://blogs.coldfusion.com/post.cfm/coldfusion-10-developer-edition-c
> > an-now-be-accessed-by-any-ip-address
> >
> >
> >
> > Wil Genovese
> > Sr. Web Application Developer/
> > Systems Administrator
> > CF Webtools
> > www.cfwebtools.com
> >
> > wilg...@trunkful.com
> > www.trunkful.com
> >
> > On Aug 13, 2013, at 5:35 PM, "Eric Roberts" <
> > ow...@threeravensconsulting.com> 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 production and dev servers.Iam trying to set up a local dev,
> > > but
> > I
> > > have 10 installed.
> > >
> > >
> > >
> > > Eric
> > >
> > >
> > >
> > >
> >
> >
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:356471
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to