Socket question

Don Coleman dcoleman at dgcreact.com
Wed Aug 9 12:41:59 PDT 2006


> -----Original Message-----
> From: Kenneth Brody [mailto:kenbrody at bestweb.net]
> Sent: Wednesday, August 09, 2006 3:24 PM
> To: Don Coleman
> Cc: 'filePro'
> Subject: Re: Socket question
> 
> Quoting Don Coleman (Wed, 9 Aug 2006 15:04:29 -0400):
> 
> > I have a socket connection application where an alien application
> > connects as the client to my fP application acting as the server.
> > We have noticed that my app. exits periodically and we are attempting
> > to discern the problem.  Today we noticed two times where my fP
> > application exited and the alien application was able to tell us the
> > same number of records (195) had been transferred between when the
> > app. was started and each exit occurred.
> [...]
> > Fp v5.6, Windows 2000 Advanced Server, and WIN2000 SP4 > client w/
> > 3GB RAM.  Any suggestions appreciated.
> 
> Is this one client connecting once and transferring 195 records, or is
> it the 195th client to connect and transfer one record?

One client connecting once seemingly transferring 195 records with my fP
app. then exiting.

> Is there some resource that you use for each record which you don't
> release between records, creating a new one each time through?
> 
I store the data stream in a variable BB(2000,*) which I was not clearing
after each record received, I added BB="" approx. .5 hour ago.  It hasn't
exited yet but I don't know that 195 records have been transferred in that
time.

> If you run the filePro app from the command line, do you get some sort
> of crash message from Windows?
> 
> 
This is not run from a fP menu, it is a *.bat file; contents below:

ECHO OFF
TITLE=DIAMOND KALOS_filePro SOCKET INTERFACE CONNECTION
SET PFNET=ON
SET FILES=200
SET PFFILES=200
SET PFTMP=C:\TEMP
SET PFDSK=E
SET PFDATA=E:
SET PFPROG=E:\FP_SETUP_FILES\FP5.0.13
SET PFDIR=\QS1\TODO
SET PFCONFIG=E:\FP_SETUP_FILES\FP5.0.13\CONFIGURATION\LASER
SET PATH=C:\PRINTWIZ
\FP_SETUP_FILES\FP5.0.13\FP\DCLERK KALOS -S1 -Z KALOS_IMPORT -XS RECONE -U 
-T 200000

Don Coleman
Donald G. Coleman, Consultant
402 Andrew Circle
Indiana, PA 15701
dcoleman at dgcreact.com
(724) 349-6302



> --
> KenBrody at BestWeb dot net        spamtrap: <g8ymh8uf001 at sneakemail.com>
> http://www.hvcomputer.com
> http://www.fileProPlus.com





More information about the Filepro-list mailing list