Hi there,

I'm trying to use sockets. I'm trying to use the java client of
"gearman", gearman.org, the applications throws:
09-28 12:38:55.805: WARN/logger(1134): java.net.SocketException:
Broken pipe
09-28 12:38:55.805: WARN/logger(1134):     at
org.apache.harmony.luni.platform.OSNetworkSystem.writeSocketImpl
(Native Method)
09-28 12:38:55.805: WARN/logger(1134):     at
org.apache.harmony.luni.platform.OSNetworkSystem.write
(OSNetworkSystem.java:105)


Do anyone know what's wrong?

This exception is thrown when it tries to write into the
socketChannel: serverConnection.write(bytesToSend);

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to