Now , I’m writing a server based on libevent. As I know libevent support a evbuffer to send and receive data from socket, but I don’t want to another copy when I put or get data from evbuffer using protobuff. How to using protobuff to avoid another copy? I know the io::ZeroCopyInputStream and io::ZeroCopyOutputStream but not know how to combine it with evbuffer. Is there any example ?
-- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
