RE: Transferring 1-3Kb data

2001-04-17 Thread mherbene
scalability is likely to be an issue (assuming the right OS and hardware). In addition, ftp is well-understood and relatively easy to use. -Original Message- From: Michael Lugassy [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 5:33 AM To: CF-Talk Subject: Re: Transferring 1-3K

Re: Transferring 1-3Kb data

2001-04-17 Thread Jon Hall
- From: "Michael Lugassy" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, April 17, 2001 12:57 PM Subject: Re: Transferring 1-3Kb data > I'm glad you checked out our product. :) > But what is exactly this connection to the host? >

Re: Transferring 1-3Kb data

2001-04-17 Thread Michael Lugassy
esday, April 17, 2001 5:34 PM Subject: Re: Transferring 1-3Kb data > With a couple of hundred users simultaneously, I dont think this is a job > for CF, unless it's just processing the files after they have been uploaded. > I think this functionality needs to be built into your applic

Re: Transferring 1-3Kb data

2001-04-17 Thread Jon Hall
24 AM Subject: Re: Transferring 1-3Kb data > Yes. we anticipate hunderds of users simulatniosly. > > > - Original Message - > From: "Dave f" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Tuesday, April 17, 2001 4:04

Re: Transferring 1-3Kb data

2001-04-17 Thread Michael Lugassy
Yes. we anticipate hunderds of users simulatniosly. - Original Message - From: "Dave f" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, April 17, 2001 4:04 PM Subject: Re: Transferring 1-3Kb data > Just a thought; >

Re: Transferring 1-3Kb data

2001-04-17 Thread Dave f
- From: "Michael Lugassy" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, April 17, 2001 10:29 AM Subject: Re: Transferring 1-3Kb data > I don't know.. CFFILE? > If there is no other way... :( > > > - Original Message

Re: Transferring 1-3Kb data

2001-04-17 Thread Michael Lugassy
I don't know.. CFFILE? If there is no other way... :( - Original Message - From: "JustinMacCarthy" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, April 17, 2001 3:06 PM Subject: RE: Transferring 1-3Kb data > > &

RE: Transferring 1-3Kb data

2001-04-17 Thread JustinMacCarthy
>>> 2. send the file in http (using WDDX/URL/FORMFIELD) >>> and create a copy of the file locally on the server. >>> >>> the two solutions are not scalable enough, any help would be appriciated! >>> Why is this not scalable ? ~~ Structure your

Re: Transferring 1-3Kb data

2001-04-17 Thread Michael Lugassy
Gel., Thanks for answering: 1. isn't a single FTP connection for each users (even for 1 minute) is time consuming and inefficient when there is the chance 100s of users will open unique FTP connections each time? 2. what do you mean by a C++ program running as service? can you give me an example

RE: Transferring 1-3Kb data

2001-04-17 Thread Angél Stewart
We I don't understand. Why do you need Coldfusion for this? For the client PCs..I think it would be much better to send the files via that same C++ client using FTP? And won't it be a lot easier to implement a log file transfer using a small C++ program running as a service under NT? Alt

Re: Transferring 1-3Kb data

2001-04-17 Thread Michael Lugassy
Please someone help out. - Original Message - From: "Michael Lugassy" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, April 16, 2001 5:24 PM Subject: Transferring 1-3Kb data > We devloped a client program (in visual c++) that

Transferring 1-3Kb data

2001-04-16 Thread Michael Lugassy
We devloped a client program (in visual c++) that stores log files for usage in the client and its features. I need the best way to deliver those small log files (no more then 2Kb for a full week of usage) to our CF production server and then, to zip those files and send them daily to our develo