Re: cfindex is taking forever - and one more question

2015-04-13 Thread Les Mizzell
I've optimized things as much as I could by building a number of collections and limiting each to a specific doc type. Next question!! I'm trying to return a few sentences from each doc with the search term highlighted. So, I use "ContextPassages" like below. How

CommonSpot question

2014-11-03 Thread Scott Stewart
Hey all, I know there's at least a couple of CommonSpot users on here, who might be able to answer a question.. :) Is there a way to restrict what a CommonSpot Authoring server pushes to the ROP servers? My government client is having an issue where a web.config file is getting pushed

Re: ColdFusion / authorize.net question

2014-08-18 Thread Maureen
Glad to be of help, and don't worry about the boneheadedness. I spent hours last week trying to debug a similar issue with a form only to discover I had a minus sign where I needed an equal sign. Stuff happens. On Mon, Aug 18, 2014 at 8:05 PM, Eric Bourland wrote: > > Maureen, you're my hero.

RE: ColdFusion / authorize.net question

2014-08-18 Thread Eric Bourland
in a moment of extreme boneheadedness. Thanks very much. =) Eric *** Eric Bourland Internet Project Development Washington DC kind | creative | reliable > To: cf-talk@houseoffusion.com > Subject: Re: ColdFusion / authorize.net question > Date: Mon, 18 Aug 2014 19:36:4

Re: ColdFusion / authorize.net question

2014-08-18 Thread Maureen
You now have two form fields with the same name. You can lose the hidden field for x_last_name since you now are getting it from the input. On Mon, Aug 18, 2014 at 7:21 PM, Eric Bourland wrote: > >> > >>>An easier option would be to just rename your LastName >> > field to x_last_name and not

RE: ColdFusion / authorize.net question

2014-08-18 Thread Roger Austin
You don'tneed the double quotes around form.lastname in a cfset statement. Eric Bourland wrote: > > Dear Roger, > > Thanks for that. However, > > > > inserts value "form.lastname" in the Last Name field in the authorize.net > form. I think I need the outputs. I am also wondering why

RE: ColdFusion / authorize.net question

2014-08-18 Thread Eric Bourland
> > >>>An easier option would be to just rename your LastName > > field to x_last_name and not have to deal with the javascript at all. Dean, Maureen: I agree that simple is best. So, I dispensed with cfset, and used this: Enter Last Name:

Re: ColdFusion / authorize.net question

2014-08-18 Thread Maureen
but in order for this to work, you need to have a form field with name="lastname" and you don't appear to have that in the code you posted. And I agree with Roger that renaming the field names to the variable name you need to send is the simpler solution. On Mon, Aug 18, 2014 at 7:00 PM, Eri

RE: ColdFusion / authorize.net question

2014-08-18 Thread Eric Bourland
...nd obviously I am going to generate a new transaction key since I just posted mine. sigh. *** Eric Bourland Internet Project Development Washington DC kind | creative | reliable > To: cf-talk@houseoffusion.com > Subject: RE: ColdFusion / authorize.net question

RE: ColdFusion / authorize.net question

2014-08-18 Thread Eric Bourland
asier option would be to just rename your LastName field to x_last_name and not have to deal with the javascript at all. *** Eric Bourland Internet Project Development Washington DC kind | creative | reliable > To: cf-talk@houseoffusion.com > Subject: RE: ColdFusion / auth

RE: ColdFusion / authorize.net question

2014-08-18 Thread Roger Austin
I might try instead of Eric Bourland wrote: > > http://nnvawi.org/sample2.cfm > > When I use the code, below, then the Last Name field in the authorize.net > page gets populated with: > > > > So it looks like something is ... erasing the value of #form.lastname#: > > > > >>>

RE: ColdFusion / authorize.net question

2014-08-18 Thread Eric Bourland
http://nnvawi.org/sample2.cfm When I use the code, below, then the Last Name field in the authorize.net page gets populated with: So it looks like something is ... erasing the value of #form.lastname#: >>>An easier option would be to just rename your LastName field to x_last_name >>>an

RE: ColdFusion / authorize.net question

2014-08-18 Thread Eric Bourland
ck my work; try your suggestion; and report back here. Thanks so much. Eric > To: cf-talk@houseoffusion.com > Subject: Re: ColdFusion / authorize.net question > Date: Mon, 18 Aug 2014 15:02:44 -0400 > From: dean...@gmail.com > > > Les, your implementation is using the Direct

Re: ColdFusion / authorize.net question

2014-08-18 Thread Dean Lawrence
Les, your implementation is using the Direct Post Method (DPM), not the Server Integration Method (SIM) that Eric is trying to implement. On Mon, Aug 18, 2014 at 2:52 PM, Les Mizzell wrote: > > On 8/18/2014 12:36 AM, Eric Bourland wrote: > > Has anyone here tried out the ColdFusion SIM* sample

Re: ColdFusion / authorize.net question

2014-08-18 Thread Les Mizzell
On 8/18/2014 12:36 AM, Eric Bourland wrote: > Has anyone here tried out the ColdFusion SIM* sample code from authorize.net? > I A version of the below has been working great for me. I use it as a include on my form processing page that also records the appropriate data to the customers record

Re: ColdFusion / authorize.net question

2014-08-18 Thread Dean Lawrence
> > > > > > > > > > > > > > > > > DateConvert('local2UTC', Now())) > > > > key="#transactionKey#"> > > > > > > Amount: #amount# > Description: #description# > Enter Last Name: size="20" /> > > > > > > > &

RE: ColdFusion / authorize.net question

2014-08-18 Thread Eric Bourland
Amount: #amount# Description: #description# Enter Last Name: > To: cf-talk@houseoffusion.com > Subject: Re: ColdFusion / authorize.net question > Date: Sun, 17 Aug 2014 22:59:41 -0700 > From: jonah@cre

Re: ColdFusion / authorize.net question

2014-08-17 Thread .jonah
from authorize.net? > I've downloaded and tested the sample code and have been reading a lot of > stuff in the API. I have a question that seems basic and simple: when using > the ColdFusion SIM, is it possible to use form fields with variable data -- > like Last Name, First N

ColdFusion / authorize.net question

2014-08-17 Thread Eric Bourland
Has anyone here tried out the ColdFusion SIM* sample code from authorize.net? I've downloaded and tested the sample code and have been reading a lot of stuff in the API. I have a question that seems basic and simple: when using the ColdFusion SIM, is it possible to use form fields

Re: Script Protect Question

2014-05-13 Thread Russ Michaels
er: http://www.twitter.com/austin_williams > > > -Original Message- > From: Dave Watts [mailto:dwa...@figleaf.com] > Sent: Tuesday, May 13, 2014 11:39 AM > To: cf-talk > Subject: Re: Script Protect Question > > > > or you could consider taking a look at Fusegau

Re: Script Protect Question

2014-05-13 Thread Dave Watts
> Do you know of any code samples for the first solution where you may be able > to send a link? > > I read the documentation and agree this seems to be the way to do, but I'd > sure like to see some sample code on that. I don't have one handy - I don't use it - but will try to put something to

RE: Script Protect Question

2014-05-13 Thread Robert Harrison
iginal Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Tuesday, May 13, 2014 11:39 AM To: cf-talk Subject: Re: Script Protect Question > or you could consider taking a look at Fusegaurd instead which will > give you far more granular control. > There are also various w

Re: Script Protect Question

2014-05-13 Thread Dave Watts
> or you could consider taking a look at Fusegaurd instead which will give > you far more granular control. > There are also various web application firewall modules available for IIS > and Apache which you could use for more generic security that is not CF > specific. Yeah, honestly, I'd also re

Re: Script Protect Question

2014-05-13 Thread Russ Michaels
Robert Harrison > > > -Original Message- > From: Dave Watts [mailto:dwa...@figleaf.com] > Sent: Tuesday, May 13, 2014 10:30 AM > To: cf-talk > Subject: Re: Script Protect Question > > > > Script protect is blocking the form variables and I'm recording b

RE: Script Protect Question

2014-05-13 Thread Robert Harrison
Watts [mailto:dwa...@figleaf.com] Sent: Tuesday, May 13, 2014 10:30 AM To: cf-talk Subject: Re: Script Protect Question > Script protect is blocking the form variables and I'm recording blanks > for these transactions. I don't really want to turn off script protect > globally, but

Re: Script Protect Question

2014-05-13 Thread Dave Watts
> Script protect is blocking the form variables and I'm recording blanks for > these transactions. I don't really want to turn off > script protect globally, but I do want to shut of the forms protect on > selected pages. > > How can I list the pages and/or form variables I want to allow as an

Script Protect Question

2014-05-13 Thread Robert Harrison
I've recently moved to a new host who has global script protect turned on in CFAdmin. All in all it's not a bad thing, but I have some e-commerce pages where the gateway processes on another server then responds by sending back some form variables which contain data like the approval code, con

Re: Honest question about cfform

2014-03-10 Thread Aaron Rouse
t that one even existed until a year or so ago when a friend of mine made a small Intranet RMA application for his work. That guy knows nothing about CF or really any programming. He came to me with some question and when I looked through the code I saw that getting used and I remember one of hi

Re: Best practices for xss security in CMS? - Related Question

2014-03-06 Thread Pete Freitag
On Wed, Mar 5, 2014 at 11:16 AM, Nick Gleason wrote: > > Hi Pete, > I've been researching CSP and it sounds like a pretty cool option. But, I > just wanted to follow up on this comment that you made > below:-- it will also block inline > scripts and style

Re: Best practices for xss security in CMS? - Related Question

2014-03-05 Thread Nick Gleason
Hi Pete, I've been researching CSP and it sounds like a pretty cool option. But, I just wanted to follow up on this comment that you made below:-- it will also block inline scripts and style elements-- Are you say

Re: Honest question about cfform

2014-03-04 Thread Gerald Guido
Thank you all for taking the time to answer. It has been most enlightening.I must say that assumptions made were more interesting than the answers themselves. G! -- Gerald Guido Twitter Blarg Facebook

Re: Best practices for xss security in CMS? - Related Question

2014-03-04 Thread Pete Freitag
re a bit more targeted, they will probably effect every user of the site but the attacker can use the hole to eventually get the info they are after. > Re: the content security policy, that looks very interesting. Watching a > presentation on it now. One quick question. If we are using th

Re: Honest question about cfform

2014-03-04 Thread Raymond Camden
And btw - don't forget - there is a whole project dedicated to helping you replace these items. (So instead of just saying Dont Do X, we can do Do This) - https://github.com/cfjedimaster/ColdFusion-UI-the-Right-Way On Tue, Mar 4, 2014 at 11:25 AM, Jochem van Dieten wrote: > > On Mar 4, 2014 5:

Re: Honest question about cfform

2014-03-04 Thread Jochem van Dieten
On Mar 4, 2014 5:40 AM, "Gerald Guido" wrote: > Why are people so vehemently opposed so to CFForm? Because it will only get you so far. And once you want to go further, you'll find that you can't. So then you have to go back, rip out cfform and replace it with something else. At which point you w

Re: Honest question about cfform

2014-03-04 Thread Larry Lyons
That may have been the case at one time. HOWEVER with HTML 5 and such jQuery plugins as jQuery.Validate, even that argument in favour of CFFORM is no longer valid. With HTML 5 (assuming that the client browser can handle it) even required fields are much easier to do than with CF now. About the

Re: Honest question about cfform

2014-03-04 Thread Cameron Childress
On Mon, Mar 3, 2014 at 10:42 PM, Gerald Guido wrote: > My bad: Why are people so vehemently opposed to CFForm? Rule of thumb: Anything that is built into CF and spits out Java, Javascript, Flash, or any other client side "parsed in the browser stuff" should be avoided. Adobe has a roughly 18 mo

RE: Honest question about cfform

2014-03-04 Thread Robert Harrison
> I have used cf since v4 and it has always had both client side and server > side validation Ditto... but for client side validation I seldom use CFFORM unless it is a very simple form. CFFORM is good for required fields and for some validation of data types entered in fields. It falls short

Re: Honest question about cfform

2014-03-04 Thread Russ Michaels
I have used cf since v4 and it has always had both client side and server side validation On Tue, Mar 4, 2014 at 2:45 PM, <> wrote: > > >>Why are people so vehemently opposed so to CFForm? > > Mainly for historical reason. I don't know how is CFForm nowadays, but > when it first appeared in CF

Re: Honest question about cfform

2014-03-04 Thread Claude Schnéegans
>>Why are people so vehemently opposed so to CFForm? Mainly for historical reason. I don't know how is CFForm nowadays, but when it first appeared in CF, it was really week, missing a lot of essential features, and every message coming out of it was only in English, making it not an option fo

Re: Honest question about cfform

2014-03-04 Thread Raymond Camden
I think it is acceptable to let CF do some things for you. For example, I don't want to go to Java and write the code to handle database calls. Could I? Sure. (Ok, I lie.) But is it a good use of my time? Probably not. I let CF handle that aspect for me and it has never been a problem. On the fli

Re: Honest question about cfform

2014-03-04 Thread Scott Stewart
On 3/3/2014 10:39 PM, Gerald Guido wrote: > Why are people so vehemently opposed so to CFForm? > > Many TIA in advance, > > Curious-G! > > -- > Gerald Guido > > Twitter > Blarg > Facebook

Re: Honest question about cfform

2014-03-04 Thread Russ Michaels
The cfide has caused so many security issues that it is best to simply avoid using it all and do not even have it in your site. The other issue is that you are reliant on this virtual dir. I have seen many customers who were oblivious to this requirement when they moved their hosting and as a resu

Re: Honest question about cfform

2014-03-04 Thread Mike K
Gerald, I used to use CFFORM, and it quickly got outdated as HTML and CSS and Javascript and jquery moved on. These days HTML5 is the go with CSS3. CFFORM doesnt produce those. Therefore things like client side validation, placeholder text, cross-browser issues, mobile devices are all

Re: Honest question about cfform

2014-03-03 Thread Wil Genovese
There is always better ways to do things than using the client side CF code. I have not looked at the output of CFFORM JavaScript in ages, but if it has not been updated at all there’s a good chance it’s not fully compatible with today’s browsers. There are also form validation frameworks. O

Re: Honest question about cfform

2014-03-03 Thread Matt Quackenbush
sking (saying?), but if you're asking me if > it's > > worth not using cfform the answer is a resounding hell yes! There is no > > viable use case for cfform in my world. > > On Mar 4, 2014 12:44 AM, "Gerald Guido" wrote: > > > > > > > >

Re: Honest question about cfform

2014-03-03 Thread Gerald Guido
ely aware of the arguments on both sides. > > > > But as I start rewriting our form validation system, as you have > > Mr. Quackenbush, I really have to pose the question: Is the juice worth > the > > squeeze? > > > > Food for thought > > G!

Re: Honest question about cfform

2014-03-03 Thread Matt Quackenbush
aware of the arguments on both sides. > > But as I start rewriting our form validation system, as you have > Mr. Quackenbush, I really have to pose the question: Is the juice worth the > squeeze? > > Food for thought > G! > > -- > Gerald Guido > > Twitter <h

Re: Honest question about cfform

2014-03-03 Thread Gerald Guido
I am acutely aware of the arguments on both sides. But as I start rewriting our form validation system, as you have Mr. Quackenbush, I really have to pose the question: Is the juice worth the squeeze? Food for thought G! -- Gerald Guido Twitter <https://twitter.com/CozmoTrouble> Blarg

Re: Honest question about cfform

2014-03-03 Thread Matt Quackenbush
The business case is that it is bloated, outdated (i.e. the Javascript libraries that it utilizes), and it is not even good Javascript at that. Maybe you would be better served giving your case for it and then folks can provide counterpoints. But the answer to the question you asked is what I

Re: Honest question about cfform

2014-03-03 Thread Gerald Guido
I am going to ignore that. Can I get a business case argument? Thanxk G! -- Gerald Guido Twitter Blarg Facebook On Mon, Mar 3, 2014 at 11:57 PM, Matt Quackenbush wrote: > > In a

Re: Honest question about cfform

2014-03-03 Thread richpaul7 .
ColdFusion is great, but avoid cfform, cfupdate, etc. If it seems to good to be true, it is. Learn to build forms and queries manually. You'll be much better off in the long run. On Mon, Mar 3, 2014 at 8:57 PM, Matt Quackenbush wrote: > > In a nutshell > > Because it's a bloated, outd

Re: Honest question about cfform

2014-03-03 Thread Matt Quackenbush
In a nutshell Because it's a bloated, outdated, streaming pile of dung. :-) On Mar 3, 2014 10:43 PM, "Gerald Guido" wrote: > > My bad: Why are people so vehemently opposed to CFForm? > > G! > > -- > Gerald Guido > > Twitter > Blarg

Re: Honest question about cfform

2014-03-03 Thread Gerald Guido
My bad: Why are people so vehemently opposed to CFForm? G! -- Gerald Guido Twitter Blarg Facebook On Mon, Mar 3, 2014 at 10:39 PM, Gerald Guido wrote: > Why are people so vehement

Honest question about cfform

2014-03-03 Thread Gerald Guido
Why are people so vehemently opposed so to CFForm? Many TIA in advance, Curious-G! -- Gerald Guido Twitter Blarg Facebook ~

Re: Best practices for xss security in CMS? - Related Question

2014-03-03 Thread Money Pit
To clarify, I was oversimplifying above when I said 'code is being executed on your server'. Pete's script example would of course need to link up with some other vulnerability for that to happen (i.e. an unpatched exploit of some kind). Since you can't predict such things, you minimize the numb

Re: Best practices for xss security in CMS? - Related Question

2014-03-03 Thread Money Pit
Nick you are correct, strictly speaking. That simple example is harmless, it runs only one time and is 'visible' only to the single client. Consider what happens if the payload that is executed is nowhere nearly as benign. At that point, code of some kind is being executed on your server that do

RE: Best practices for xss security in CMS? - Related Question

2014-03-03 Thread Nick Gleason
ng a presentation on it now. One quick question. If we are using that on a site and then an admin comes in and uses an iframe widget from youtube to display a video on a page in the site, does that get filtered by CSP (and require an exception for youtube)? I gather that would need to be excep

Re: Best practices for xss security in CMS? - Related Question

2014-03-03 Thread Pete Freitag
On Sun, Mar 2, 2014 at 11:21 PM, Nick Gleason wrote: > > Hi guys, > > Following up on this thread I have a related question - what are some > examples of XSS scenarios other than comments and forum posts. > Any other prominent risk scenarios for XSS? > There are a lot of s

RE: Best practices for xss security in CMS? - Related Question

2014-03-02 Thread Nick Gleason
Hi guys, Following up on this thread I have a related question - what are some examples of XSS scenarios other than comments and forum posts. As I have researched the topic, it seems like a lot of the XSS examples given relate to users posting to comments and forums. That's good to under

Re: QoQ Question

2013-12-03 Thread John M Bliss
Sorry, I guess? I checked after each of my three sends and none of them appeared here: http://www.houseoffusion.com/groups/cf-talk/ until almost one day later. On Tue, Dec 3, 2013 at 2:57 PM, Russ Michaels wrote: > > you have posted this 3 times John :-) > > > On Tue, Dec 3, 2013 at 12:26 PM,

Re: QoQ Question

2013-12-03 Thread John M Bliss
Thanks! On Tue, Dec 3, 2013 at 10:20 AM, Jon Clausen wrote: > > You are correct. QoQ can be a bear to work with when handling null values > with non-string datatypes. Your best bet, is to exclude those with > > WHERE number IS NOT NULL (CF treats empty strings as NULLS for SQL > purposes) >

Re: QoQ Question

2013-12-03 Thread Russ Michaels
you have posted this 3 times John :-) On Tue, Dec 3, 2013 at 12:26 PM, John Bliss wrote: > > Hi! I have a query result set stored as WDDX in a text file. Set includes > a numeric column with some null values: > > > > >50.94 > etc > > I can read this file, do a wddx2cfml on it, and

Re: QoQ Question

2013-12-03 Thread Jon Clausen
I had replied to the first post earlier today but, apparently, it didn’t go through. Here it is again: You are correct. QoQ can be a bear to work with when handling null values with non-string datatypes. Your best bet, is to exclude those with WHERE number IS NOT NULL (CF treats empty str

Re: QoQ Question

2013-12-03 Thread Jon Clausen
You are correct. QoQ can be a bear to work with when handling null values with non-string datatypes. Your best bet, is to exclude those with WHERE number IS NOT NULL (CF treats empty strings as NULLS for SQL purposes) and, if you need those null records, us an “IS NULL" query separately or

RE: Possible Spam | QoQ Question

2013-12-03 Thread Craig Hadley
ssage- From: John M Bliss [mailto:bliss.j...@gmail.com] Sent: Monday, December 02, 2013 5:06 PM To: cf-talk Subject: Possible Spam | QoQ Question Hi! I have a query result set stored as WDDX in a text file. Set includes a numeric column with some null values: 50.94 etc I can rea

QoQ Question

2013-12-03 Thread John Bliss
Hi! I have a query result set stored as WDDX in a text file. Set includes a numeric column with some null values: 50.94 etc I can read this file, do a wddx2cfml on it, and then do query-of-query on the results with no problem. The problem happens when, in my QoQ, I try to order by

QoQ Question

2013-12-03 Thread John M Bliss
Hi! I have a query result set stored as WDDX in a text file. Set includes a numeric column with some null values: 50.94 etc I can read this file, do a wddx2cfml on it, and then do query-of-query on the results with no problem. The problem happens when, in my QoQ, I try to order by co

QoQ Question

2013-12-03 Thread John M Bliss
Hi! I have a query result set stored as WDDX in a text file. Set includes a numeric column with some null values: 50.94 etc I can read this file, do a wddx2cfml on it, and then do query-of-query on the results with no problem. The problem happens when, in my QoQ, I try to order by co

Re: Application.cfc question

2013-11-25 Thread Byron Mann
v 25, 2013 1:31 PM, "Eric Roberts" wrote: > > Here's the background... > > We have all of our requests going through the index.cfm in the root and > depending on variable values, they get directed, via cfincludes, to > subfolders. > > My question is how do I

Re: Application.cfc question

2013-11-25 Thread Russ Michaels
t; > That is what I was afraid of ;-) Thanks Steve! > > -Original Message- > From: Steve 'Cutter' Blades [mailto:cold.fus...@cutterscrossing.com] > Sent: Monday, November 25, 2013 12:34 PM > To: cf-talk > Subject: Re: Application.cfc question > > > t

Re: Application.cfc question

2013-11-25 Thread Jon Clausen
e have all of our requests going through the index.cfm in the root and > depending on variable values, they get directed, via cfincludes, to > subfolders. > > My question is how do I get the application.cfc in the subfolder to run? The > application.cfc in the root is getting run, but i

RE: Application.cfc question

2013-11-25 Thread Eric Roberts
That is what I was afraid of ;-) Thanks Steve! -Original Message- From: Steve 'Cutter' Blades [mailto:cold.fus...@cutterscrossing.com] Sent: Monday, November 25, 2013 12:34 PM To: cf-talk Subject: Re: Application.cfc question to get the application.cfc in the subfolder to

RE: Application.cfc question

2013-11-25 Thread Robert Harrison
I would tend to agree that you cannot do it this way because the application.cfc fires on first request. If you can use IIS (or Apache) to do your redirect before the application.cfc fires you should be able to get the ones in the subfolders to fire first, then do an include at the top of eac

Re: Application.cfc question

2013-11-25 Thread Steve 'Cutter' Blades
/book "The best way to predict the future is to help create it" On 11/25/2013 12:30 PM, Eric Roberts wrote: > Here's the background... > > We have all of our requests going through the index.cfm in the root and > depending on variable values, they get directed, via cfinc

Application.cfc question

2013-11-25 Thread Eric Roberts
Here's the background... We have all of our requests going through the index.cfm in the root and depending on variable values, they get directed, via cfincludes, to subfolders. My question is how do I get the application.cfc in the subfolder to run? The application.cfc in the root is ge

Re: CFMX 10 cluster question

2013-11-05 Thread DeMarco, Alex
Yes there would be a load balancer in front. Alex Sent from my Verizon Wireless 4G LTE Smartphone Original message From: Carl Meyer Date: 11/04/2013 11:39 PM (GMT-05:00) To: cf-talk Subject: Re: CFMX 10 cluster question Hi Alex, That all makes sense. What tho about

Re: CFMX 10 cluster question

2013-11-04 Thread Carl Meyer
Hi Alex, That all makes sense. What tho about users browsing to IIS, will they URL to one or the other or both somehow via a load balancer? Regards, Carl. > > - On BOX1 connect IIS to the local cluster > > - On BOX2 connect IIS to the local cluster > > Does this sound correct

Re: IIS connector tuning question

2013-10-25 Thread Sergey Croitor
2013/10/25 Dave Watts > > > I'm a bit confused now. > > On one hand Adobe recommends number of simultaneous requests = > > num_of_CPU_cores * 4 or 5 which is 16 - 20 requests on Quad Xeon CPU. At > > least it was so for CF 7/8/9. > > This isn't really correct. To the best of my knowledge, there

Re: IIS connector tuning question

2013-10-25 Thread Dave Watts
ssing. So, it would make sense that the connector would require a much larger pool of simultaneous requests than CF itself would. > So question is: what connection pool settings do you use in your production > sites? > If you use 500 connection_pool_size/simultaneous_template_requests, how

IIS connector tuning question

2013-10-25 Thread Sergey Croitor
takes 30-80 MB of RAM. I don't know how much memory uses one IIS tomcat connection in Windows but if it uses for example 10 MB, it gives 5 GB of RAM only for connections in case of high traffic / bots invasion / DDoS attack. So question is: what connection pool settings do you use

RE: CFFILE Question

2013-10-24 Thread Kevin Parker
...@po-box.esu.edu] Sent: Thursday, 24 October 2013 12:08 AM To: cf-talk Subject: CFFILE Question I have a web-based form that requires the user to upload a document. Everything works fine until I try and delete the document after delivery. With the delete action enabled the email does not get

Re: CFFILE Question

2013-10-23 Thread Brian Cain
Another alternative, if you are using CF 8 and above, is the content attribute of the cfmailparam tag. You can use this to attache the binary data itself as an attachment, that way you do not have to rely on a file existing on the server at the time the mail is sent. Read the file into a variab

Re: CFFILE Question

2013-10-23 Thread Russ Michaels
what you have to remember is that the mail gets added to the spool, so it may not get sent for a while depending how big the queue is, so you cannot just delete an attachment right away otherwise you are deleting it immediately even before the mail has even sent. You should setup a scheduled task

RE: CFFILE Question

2013-10-23 Thread Robert Harrison
er: http://www.twitter.com/austin_williams -Original Message- From: Steve LaBadie [mailto:slaba...@po-box.esu.edu] Sent: Wednesday, October 23, 2013 9:08 AM To: cf-talk Subject: CFFILE Question I have a web-based form that requires the user to upload a document. Everything works fine until

CFFILE Question

2013-10-23 Thread Steve LaBadie
I have a web-based form that requires the user to upload a document. Everything works fine until I try and delete the document after delivery. With the delete action enabled the email does not get delivered. I have place the action=delete inside and outside of the

CFMX 10 cluster question

2013-10-16 Thread DeMarco, Alex
I am finally getting ready to jump on the CFMX10 cluster bandwagon. However, I have a question to which I think I know the answer but figured I would check here. In my sandbox setup I have 2 IIs 7.5 servers with CFM 10 installed and 1 CFMX instance defined on each server. To make clustering

Re: Question about session management

2013-07-19 Thread Russ Michaels
tion) > > Is that 5 days? > > - Alex > > > > -Original Message- > From: DeMarco, Alex [mailto:alex.dema...@suny.edu] > Sent: Thursday, July 18, 2013 8:31 PM > To: cf-talk > Subject: Re: Question about session management > > > Ahh okay th

RE: Question about session management

2013-07-19 Thread DeMarco, Alex
Just a quick follow up If I set the sessiontimeout=5 (not using the createtimespan function) Is that 5 days? - Alex -Original Message- From: DeMarco, Alex [mailto:alex.dema...@suny.edu] Sent: Thursday, July 18, 2013 8:31 PM To: cf-talk Subject: Re: Question about session

RE: Question about session management

2013-07-19 Thread David Phelan
: cf-talk Subject: Re: Question about session management Ahh okay thank you! - Alex Original message From: Dave Watts Date: 07/18/2013 8:29 PM (GMT-05:00) To: cf-talk Subject: Re: Question about session management > If I have a path: > > /inetpub/myapp > >

Re: Question about session management

2013-07-18 Thread DeMarco, Alex
Ahh okay thank you! - Alex Original message From: Dave Watts Date: 07/18/2013 8:29 PM (GMT-05:00) To: cf-talk Subject: Re: Question about session management > If I have a path: > > /inetpub/myapp > > In /myapp I have an application .cfm in it has a a

Re: Question about session management

2013-07-18 Thread Dave Watts
> If I have a path: > > /inetpub/myapp > > In /myapp I have an application .cfm in it has a application name of > MYAPPNAME with a sessiontimeout of 30 minutes > > But in /inetpub/myapp/login I have another application.cfm with an > application name of MYAPPNAME with a sessiontimeout of 30 mi

Question about session management

2013-07-18 Thread DeMarco, Alex
I am a bit out of practice with regards to session management. If I have a path: /inetpub/myapp In /myapp I have an application .cfm in it has a application name of MYAPPNAME with a sessiontimeout of 30 minutes But in /inetpub/myapp/login I have another application.cfm with an application

Re: Regex question

2013-07-17 Thread Cameron Childress
On Wed, Jul 17, 2013 at 11:15 AM, Matthew Allen wrote: > Is it possible to change the reference-link tag from a reference link tag > to a superscript as so > 1, basically getting the value of the id attribute of the > reference link tag and creating a superscript tag with the value. I'll let

Regex question

2013-07-17 Thread Matthew Allen
I have a body of text as below: "body body body bodybodybody bodybody body body body body body body body body bodybody body body body body" Is it possible to change the reference-link tag from a reference link tag to a superscript as so 1, basically getting the value of the id attribute of

RE: CFMail Question

2013-07-03 Thread Mark A Kruger
Glad to help :) -Original Message- From: Robert Sneed [mailto:robertsn...@rhsneed.com] Sent: Wednesday, July 03, 2013 10:49 AM To: cf-talk Subject: Re: CFMail Question Thanks a lot for your help Mark! The following suggestion worked perfectly. structKeyExists(form,'maillist&#x

Re: CFMail Question

2013-07-03 Thread Robert Sneed
Thanks a lot for your help Mark! The following suggestion worked perfectly. structKeyExists(form,'maillist')>YesNo Robert >Robert, > > >Since the box is either "checked" or "Unchecked" that's all you need. You >don't really need to worry about the value at all. If the form field shows >up then t

RE: CFMail Question

2013-06-28 Thread Mark A Kruger
From: Robert Sneed [mailto:robertsn...@rhsneed.com] Sent: Friday, June 28, 2013 8:17 AM To: cf-talk Subject: CFMail Question I hope someone can help me with this. I'm kind of stuck on the conditional. I have a newsletter signup form that includes a check box that is check by default. I would

Re: CFMail Question

2013-06-28 Thread Justin Scott
By default the form field will only exist if the checkbox is checked, so you could do: Subscribe to newsletter? #yesNoFormat(isDefined("form.mailList"))# As an aside, in the anti-spam and e-mail deliverability communities it is generally considered a bad practice to have these sorts of options c

CFMail Question

2013-06-28 Thread Robert Sneed
I hope someone can help me with this. I'm kind of stuck on the conditional. I have a newsletter signup form that includes a check box that is check by default. I would like to receive your e-newsletter. I'm trying to email the answer, yes or no, based on whether or not the box is checked. He

Re: Easy CFC question (I hope)

2013-05-09 Thread Eric Roberts
adduser is set to ""...unless i missed it, i do't see it being assigned the return value of the query. If you are supposed to be returning the new ID then you would want Eric On Thu, May 9, 2013 at 10:49 AM, Bruce Sorge wrote: > > Hey, > I am doing a project for my CF class in college. I ad

  1   2   3   4   5   6   7   8   9   10   >