Ask a Question related to UNIX Programming, Design and Development.
-
Matt #1
read()
Hi all,
The size of SO_RCVBUF is 64k via getsockopt() in a gnu linux server. But no
matter what the my_buffer size is and how many bytes the client sends (>
1448):
char my_buffer[4096] = {0};
nread = read(fd, my_buffer, 4096);
always return nread=1448 in one read.
I know I should do a loop to test nread = 0; but the php client can't
properly half-shutdown at its side somehow.
So why 1448 anyway?
TIA
Matt
Matt Guest
-
read xml
hello how can i read only the value's of this xml into asp.net (vbs) ? I want the variables name and address Example: name = "Myname" <scorelist>... -
Read CSV to SQL
Does anyone have an example of how to read a .csv file into a SQL database with an ASP? -
File system get auto change from read-write to read-oly
I have a very strange file system with OS Redhat 7.2 The file system is read-write, but some how it randomly changes to read-only at any time.... -
Read & Read/Write Groups
I am trying to achieve a solution to a (hopefully) simple scenario. I have a Solaris 9 server that is going to be used for sharing files. I...



Reply With Quote

