CF And SQL Server

2000-08-14 Thread dscheide

Hey,
   I got a question about setting up seperate DB and CF servers. Currtnly im 
running SQL 7 and CF4.51 on NT/SP6 on the same machine. I wish to put SQL on 
its own server.

My question is network traffic, as since they are on seperate machines, ALL DB 
activity has to go through the network, which is 100 MB. 

Is it better to allow it to go over the 'normal path' through the switch to the 
other machine? Or am I better off setting up a patch cable between the two 
spare NICs on the servers, hence a private network between the two machines.

What routing requirements and other network issues would I have in using a 
private network. Could I tell NT that all request for the other server to go 
over the private link? I know I can do simular things with linux using routed 
and hosts.

It seems like it would make a bunch of sense, since that traffic wouldnt have 
to shuffle accross the same wire that my customers come though.

thanx
David
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



CFHTTP & CFLOCK

2000-08-11 Thread dscheide

Hey,
I've got several scripts that grab content from other sites using CFHTTP. 
I've heard that i should be using CFLOCK around my calls to CFHTTP. What 
options should i specify? just:





Or do i need to specify the scope or something?

btw, Using CF4.5.1 NT4 IIS

Thanks
Dave
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Session Varaibles & refreshing

2000-07-24 Thread dscheide

Hello, 
   I've been using seesion vars a little bit with some in-development projects. 
I had assumed that once one closes ALL browser windows, that their session is 
killed. Apparently this was false... you know what they say...

So is there a way to do this(ala hotmail.com)?

Secondly, does anyone have a good idea as to prevent someone from continually 
hitting 'refresh' on a form, thus inserting more records? I was going to use 
session vars to do that ... figuring that if they closed the browser, the 
session would disappear, and they'd be able to re-use the form.

Any ideas?

tia
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Job/Project Managment

2000-07-12 Thread dscheide

Hello,
   Was wondering if anyone knew of any CF Apps out there for Job/Project 
management. Basicly Im looking for a system that allows people to post minor 
fixes (Jobs) to a website, or projects.
   Then id recieve notification of the item, be able to assign a person to it, 
give it a deadline. and that would forward the info onto who got the task 
delegated to them. If there was a project, I'd also be able to post notes about 
it (sorta like a mini forum)...

Kinda like MS Project but for the web.

Any ideas?
David
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CFCONTENT

2000-07-10 Thread dscheide

Hey,
   I had the same problem. I realized a simple work-around thou. Im using IIS, 
so i have the ability to specify a template as an error page( Say for 404 - 
Filenot found) on a per DIR basis. So what i did was create a template with 
code simlar to what you have. Then in a page i would link to the file i wanted 
(output.xsl) as if it were in the current directory.

ie:
http://blah.com/index.html
it has a link to output.xls (thus looking like http://blah.com/output.xls 
)

But, output.xsl doesnt exist there ... it exists some place else (ie non 
accessable via the web). So i causes a 404 Error, and i told IIS to use a 
speical template, so as to when the 404 happends, it will fetch the file and 
CFCONTENT to the client as the content of the error page. But the client has no 
idea they caused a 404 ... And the file name (when they goto save) will be 
output.xls.

the only downside might be an abundence of 404s in your server logs...

David Scheiderich

> When using cfcontent as in:
>  deletefile="YES">
> the file comes back with a .cfm extension but in XLS format. What do I need
> to do to correct this?
> 
> 
> Jim Watkins
> 
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit 
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or 
send 
> a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.
> 
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.