With my limited clojure skills I just managed to get the create-server up and running :-)
Now I found out that I don't know how to do the following thing (sorry for my beginner questions): The stream arrives with a sequence of 10 characters. These 10 characters (e.g. 0000000190) give me the exact size (190 characters) of the next full xml-message. So I have to read 10 characters first, then the subsequent 190 characters which give me the xml-message, and so on and so forth But I have right now no clue to do this (navigating to the stream forth by a fixed number of bytes). Is there a clojure function to do this or do I have to fall back to java? Thanks. On 3 Mrz., 11:25, finbeu <info_pe...@t-online.de> wrote: > 1/ I want to write a server in clojure that accepts the connection > from this client application, parses the xml-input stream and builds a > cache with the key/values received from xml-parsing this stream. > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en