lsiu wrote: > I have written a command-line probe in java to communicate with a service > since java was the language I was most comfortable with. However, it was > slow in performance.
Most of the difference you're seeing between Python and Java is probably due to the JVM taking longer to start up. Interpreting and running the program is usually just a small part of the overall time. That's part of why InterMapper's built-in SNMP/TCP probes are faster than command-line probes; their interpreter (IM itself) is already running. -------------------- m2f -------------------- Read this topic online here: http://forums.dartware.com/viewtopic.php?p=3627#3627 ____________________________________________________________________ List archives: http://www.mail-archive.com/intermapper-talk%40list.dartware.com/ To unsubscribe: send email to: [email protected]
