home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / bsd / 11021 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  1.5 KB

  1. Xref: sparky comp.unix.bsd:11021 comp.unix.admin:6974 comp.unix.misc:4875 comp.sys.sgi:18588 comp.sys.sgi.apps:37 comp.sys.sgi.misc:203 comp.unix.internals:2095
  2. Newsgroups: comp.unix.bsd,comp.unix.admin,comp.unix.misc,comp.sys.sgi,comp.sys.sgi.apps,comp.sys.sgi.misc,comp.unix.internals
  3. Path: sparky!uunet!math.fu-berlin.de!news.belwue.de!news.uni-stuttgart.de!ikesg1!wnkretz
  4. From: wnkretz@ikesg1.energietechnik.uni-stuttgart.de (Oliver Kretzschmar)
  5. Subject: Problem to transfer large data via socket communication - Need Help
  6. Message-ID: <1993Jan8.071612.13716@news.uni-stuttgart.de>
  7. Sender: news@news.uni-stuttgart.de (USENET News System)
  8. Organization: IKE
  9. Date: Fri, 8 Jan 1993 07:16:12 GMT
  10. Lines: 25
  11.  
  12.  
  13.   Hey,
  14.  
  15.   we develope a program with socket communication. We have large
  16.   datas to transfer. So we use the following routines
  17.   to send data from socket to socket (stream):
  18.  
  19.         write(socket,(char*)data,buffer)
  20.         read(socket,(char*)data,buffer)
  21.  
  22.   But now we've problems sending/receiving large data for
  23.   example 50*50*50 matrix of floats or larger. Is there any
  24.   transfer-bufferlimitation by using streamsockets, that we can
  25.   manipulate ? Exists there no more comfortable possibility to
  26.   transfer the data ? Please mail me your informations
  27.  
  28.   Thanks for your great efforts
  29.  
  30.      Oliver
  31.  
  32. -- 
  33.  NAME : O.Kretzschmar                      Inst.IKE / University Stuttgart
  34.  PHONE: +49 711 685 2130                           Pfaffenwaldring 31
  35.  FAX  : +49 711 685 2010                            7000 Stuttgart 80
  36.  EMAIL: wnkretz@ikesg1.energietechnik.uni-stuttgart.de
  37.