Re: help needed-urgent

2003-08-17 Thread Mikko Työläjärvi
On Mon, 18 Aug 2003, DANDY King wrote: > hello > > > our product is DVR(digital video recorder), it runs on linux system. > i am sending very imp inofrmation to server through sockets. some time i am > getting full data, some time i am getting partial data. > i don't know reasons please advice. >

Re: help needed-urgent

2003-08-17 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "DANDY King" <[EMAIL PROTECTED]> writes: : while((nread = read(fd,buff,BUFFSIZE)) >0) : send(sockfd,buff,nread,0); : : in server same data should receive. : but some time i am receiveing full and some time 90% only Get a copy of Stevens.

Re: help needed-urgent

2003-08-17 Thread leafy
On Sun, Aug 17, 2003 at 08:02:24PM -0700, Justin Freitag wrote: > linux server, windows client, commerical product...and > you post an "urgent help" request to > freebsd-hackers... > > LMAO. > --- DANDY King <[EMAIL PROTECTED]> wrote: And he is from Hotmail, amen. -- "Without the userland, the k

Re: help needed-urgent

2003-08-17 Thread Justin Freitag
linux server, windows client, commerical product...and you post an "urgent help" request to freebsd-hackers... LMAO. --- DANDY King <[EMAIL PROTECTED]> wrote: > hello > > > our product is DVR(digital video recorder), it runs > on linux system. > i am sending very imp inofrmation to server throu

Re: help needed-urgent

2003-08-17 Thread Kirk Strauser
At 2003-08-18T02:52:39Z, "DANDY King" <[EMAIL PROTECTED]> writes: > our product is DVR(digital video recorder), it runs on linux system. Then ask in a Linux mailing list. -- Kirk Strauser pgp0.pgp Description: PGP signature

help needed-urgent

2003-08-17 Thread DANDY King
hello our product is DVR(digital video recorder), it runs on linux system. i am sending very imp inofrmation to server through sockets. some time i am getting full data, some time i am getting partial data. i don't know reasons please advice. client side we uses VC++ GUI. client sending data neat