home *** CD-ROM | disk | FTP | other *** search
- 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
- Newsgroups: comp.unix.bsd,comp.unix.admin,comp.unix.misc,comp.sys.sgi,comp.sys.sgi.apps,comp.sys.sgi.misc,comp.unix.internals
- Path: sparky!uunet!math.fu-berlin.de!news.belwue.de!news.uni-stuttgart.de!ikesg1!wnkretz
- From: wnkretz@ikesg1.energietechnik.uni-stuttgart.de (Oliver Kretzschmar)
- Subject: Problem to transfer large data via socket communication - Need Help
- Message-ID: <1993Jan8.071612.13716@news.uni-stuttgart.de>
- Sender: news@news.uni-stuttgart.de (USENET News System)
- Organization: IKE
- Date: Fri, 8 Jan 1993 07:16:12 GMT
- Lines: 25
-
-
- Hey,
-
- we develope a program with socket communication. We have large
- datas to transfer. So we use the following routines
- to send data from socket to socket (stream):
-
- write(socket,(char*)data,buffer)
- read(socket,(char*)data,buffer)
-
- But now we've problems sending/receiving large data for
- example 50*50*50 matrix of floats or larger. Is there any
- transfer-bufferlimitation by using streamsockets, that we can
- manipulate ? Exists there no more comfortable possibility to
- transfer the data ? Please mail me your informations
-
- Thanks for your great efforts
-
- Oliver
-
- --
- NAME : O.Kretzschmar Inst.IKE / University Stuttgart
- PHONE: +49 711 685 2130 Pfaffenwaldring 31
- FAX : +49 711 685 2010 7000 Stuttgart 80
- EMAIL: wnkretz@ikesg1.energietechnik.uni-stuttgart.de
-