On Sun, Jan 9, 2011 at 3:15 AM, Mark Engelberg <mark.engelb...@gmail.com> wrote: > In the meantime, I fired up the "lein repl" which did start up in > -server mode, and tried to do some profiling. It tells me 80% of its > time is being spent in: > sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run()
To be clear, I have absolutely no idea what this TCPTransport$ConnectionHandler class does, or why its run method would be called as a result of my code, let alone why it is taking 80% of the run time. I'm doing nothing requiring internet connectivity, or communication between programs. Any ideas about this? -- 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