I'm looking to get sense if my experience sounds reasonable or if it sounds like I'm doing something very wrong, any insight appreciated! I have a Serializable Java object containing: 4 integers 3 bytes 2 Strings 1 short 1 double I have a vector of about 10M objects I am sending from a server to a client. The ObjectOutputStream for the server is created like this: Socket clientSocket; ... outputSt
{{#tags}}- {{label}}
{{/tags}}