<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Solace Systems</title>
	
	<link>http://www.solacesystems.com</link>
	<description>Insights on the world of high-throughput low-latency content networking and hardware acceleration.</description>
	<lastBuildDate>Thu, 08 Oct 2009 04:37:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/SolaceSystemsBlog" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>An emergency response demo that was a real train wreck</title>
		<link>http://feedproxy.google.com/~r/SolaceSystemsBlog/~3/AyqnQEEJNjE/emergency-response-demo</link>
		<comments>http://www.solacesystems.com/technology/messaging/emergency-response-demo#comments</comments>
		<pubDate>Wed, 07 Oct 2009 21:40:41 +0000</pubDate>
		<dc:creator>Hans Jespersen</dc:creator>
				<category><![CDATA[Geospatial Routing]]></category>
		<category><![CDATA[Government]]></category>
		<category><![CDATA[Messaging]]></category>
		<category><![CDATA[cap]]></category>
		<category><![CDATA[dm-open]]></category>
		<category><![CDATA[edxl-de]]></category>
		<category><![CDATA[fema]]></category>
		<category><![CDATA[niem]]></category>
		<category><![CDATA[oasis]]></category>

		<guid isPermaLink="false">http://www.solacesystems.com/?p=3398</guid>
		<description><![CDATA[
Standards body meetings aren’t usually all that exciting, but last week’s National Information Exchange Model (NIEM) Training Event and OASIS Emergency Management Interop was an exception. The centerpiece of the Interop was a demo designed to show how NIEM, Common Alerting Protocol (CAP) and Emergency Data Exchange Language (EDXL) standards could help a dozen government [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="margin-left: 32px; margin-bottom: 23px;" mce_style="margin-left:32px; margin-bottom:23px;" src="/images/blog/trainwreck.png" alt=""><br />
Standards body meetings aren’t usually all that exciting, but last week’s National Information Exchange Model (<a href="http://en.wikipedia.org/wiki/National_Information_Exchange_Model">NIEM</a>) Training Event and <a href="http://www.oasis-open.org/news/oasis-news-2009-09-16.php" target="_blank">OASIS Emergency Management Interop </a>was an exception. The centerpiece of the Interop was a demo designed to show how NIEM, Common Alerting Protocol (<a href="http://en.wikipedia.org/wiki/Common_Alerting_Protocol" target="_blank">CAP</a>) and Emergency Data Exchange Language (<a href="http://en.wikipedia.org/wiki/EDXL" target="_blank">EDXL</a>) standards could help a dozen government agencies share information and coordinate activities in a set of simulated emergency situations. The three scenarios were a train crash/chemical spill, a tornado warning, and an Amber Alert. Not your typical dry standards body fare!<br />
<span id="more-3398"></span></p>
<h2>Discovering the Joy of DM-OPEN</h2>
<p>The agencies involved in the demo, and many technology vendors, worked closely over the month or so prior to the event to iron out challenges that cropped up in what should have been a straight-forward integration and compatibility exercise. The demonstration relied on the FEMA Disaster Management OPEN (<a href="http://www.usgovxml.com/DataService.aspx?ds=DMOPEN" target="_blank">DM-OPEN</a>) communications tools. DM-OPEN is not a pub/sub system, nor is it really even message-oriented middleware. It’s a database that senders update and receivers poll for messages. Programs request all messages sent in the past X milliseconds, so even once a message is consumed, it will still be there the next time you poll. Because of indices on the database, you can’t send the same document twice – every new message needs a unique timestamp and sender ID.</p>
<p>There’s also a problem with how it handles time zones, such that applications need to poll by a timestamp in the message, instead of “sent time” on the server. This in particular led to additional implementation problems. There were inconsistencies in how participants were writing timestamps, which made matching events a challenge. For example, one vendor used a 12 hour format while the rest were looking for 24 hour format, and another’s messages were being completely left behind because of syntax problems.</p>
<p>In the end, lots of high touch communications and coordination paid off. Normally you don’t want your demo to be called a train wreck, but in this case, the blaring sirens and blinking lights meant the scenario had come off without a hitch.</p>
<h2>Hard and cumbersome doesn’t cut it for emergency response</h2>
<p>It’s one thing to get a bunch of smart people on the phone from the vendor and agency community twice a week to iron out issues—real-world emergency response situations clearly don’t afford such luxuries. In an emergency, dozens of organizations each need a filtered view of events that are, by definition, unexpected. This demo process placed a bright spotlight on some infrastructure changes that would make the deployment of emergency management systems much easier:</p>
<ul>
<li>Creation of a <a href="http://en.wikipedia.org/wiki/Publish/subscribe" target="_blank">publish/subscribe </a>message queue for communications</li>
<li>System for guaranteed in-sequence, once and only once, delivery of messages from one to many</li>
<li>Eliminate the need to embed timestamps or other arbitrary content in messages</li>
<li>Get rid of schema validation that’s so strict it causes messages to be rejected for non-conformance.</li>
<li><a href="http://www.solacesystems.com/solutions/government/edxl-de-messaging-for-homeland-security" target="_self">Enable filtration and routing of messages by geospatial coordinates and polygon inclusion</a></li>
</ul>
<h2>Geospatial routing is the key to information flow</h2>
<p>This last point is very important, and it’s a new concept in message routing. In an emergency people have a literally “life and death” need for information about a specific area of interest. They can’t be bothered with topics and queues, nor with messages that don’t apply to them. It’s powerful to decouple senders and receivers so the only thing they need to share is the geospatial coordinates of latitude and longitude, or inclusion in a polygon. With geospatial routing senders don’t have to figure out which recipients they are sending alerts to, they can just “fire and forget” alerts with the confidence that the right systems and people will get them.</p>
<p>There are still two main types of application architectures in the world – request/reply where data is looked up as needed from a known location, and event-driven where new information is proactively sent to relevant systems in real time. Each has its uses, but there is no question that emergency response would be best served by a federated, event-driven information bus that can forward information between agencies and other organizations as events are unfolding.</p>
<img src="http://feeds.feedburner.com/~r/SolaceSystemsBlog/~4/AyqnQEEJNjE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solacesystems.com/technology/messaging/emergency-response-demo/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.solacesystems.com/technology/messaging/emergency-response-demo</feedburner:origLink></item>
		<item>
		<title>High frequency trading spotted drinking Cristal in the VIP room</title>
		<link>http://feedproxy.google.com/~r/SolaceSystemsBlog/~3/TXbv1oQuYH8/high-frequency-trading-spotted-drinking-cristal-in-the-vip-room</link>
		<comments>http://www.solacesystems.com/solutions/financial-services/high-frequency-trading-spotted-drinking-cristal-in-the-vip-room#comments</comments>
		<pubDate>Mon, 05 Oct 2009 17:28:08 +0000</pubDate>
		<dc:creator>Larry Neumann</dc:creator>
				<category><![CDATA[Capital Markets]]></category>
		<category><![CDATA[Financial Services]]></category>
		<category><![CDATA[High frequency trading]]></category>

		<guid isPermaLink="false">http://www.solacesystems.com/?p=3436</guid>
		<description><![CDATA[High frequency trading (HFT) is the media&#8217;s new &#8220;it girl&#8221;, and is generating attention everywhere she goes.
First Forbes magazine did a cover story on The New Masters of Wall Street, highlighting the hedge funds, prop traders and big banks that are turning HFT into big business.
Then Traders Magazine did a related story about how the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="margin-left: 32px; margin-bottom: 23px;" mce_style="margin-left:32px; margin-bottom:23px;" src="/images/blog/paris.jpg" mce_src="/images/blog/paris.jpg" alt="">High frequency trading (HFT) is the media&#8217;s new &#8220;it girl&#8221;, and is generating attention everywhere she goes.</p>
<p>First <a href="http://www.forbes.com/" mce_href="http://www.forbes.com/" target="_blank">Forbes magazin</a>e did a cover story on <a href="http://www.forbes.com/forbes/2009/0921/revolutionaries-stocks-getco-new-masters-of-wall-street.html?partner=relatedstoriesbox" mce_href="http://www.forbes.com/forbes/2009/0921/revolutionaries-stocks-getco-new-masters-of-wall-street.html?partner=relatedstoriesbox" target="_blank">The New Masters of Wall Street</a>, highlighting the hedge funds, prop traders and big banks that are turning HFT into big business.</p>
<p>Then <a href="http://www.tradersmagazine.com/" mce_href="http://www.tradersmagazine.com/" target="_blank">Traders Magazine</a> did a related story about how the exchanges are responding in their <a href="http://www.tradersmagazine.com/news/latency-high-frequency-microseconds-bats-nasdaq-nyse-directedge-104407-1.html" mce_href="http://www.tradersmagazine.com/news/latency-high-frequency-microseconds-bats-nasdaq-nyse-directedge-104407-1.html" target="_blank">Race to Zero Latency</a>. Clearly the obsession with execution latency is being driven by the need to keep up with these ultra-fast consumers of liquidity.</p>
<p>And you <em>know</em> HFT is nearing its hype peak because last week <a href="http://www.thedailyshow.com/" mce_href="http://www.thedailyshow.com/" target="_blank">the Daily Show</a> did a <a href="http://www.thedailyshow.com/watch/wed-september-30-2009/cash-cow---high-frequency-trading" mce_href="http://www.thedailyshow.com/watch/wed-september-30-2009/cash-cow---high-frequency-trading" target="_blank">special report on the subject</a>.</p>
<p>Unlike Paris Hilton though, HFT is not making money because it is hot, it is hot because it is making money. Generating buckets of profits is one thing that never goes out of style.</p>
<img src="http://feeds.feedburner.com/~r/SolaceSystemsBlog/~4/TXbv1oQuYH8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solacesystems.com/solutions/financial-services/high-frequency-trading-spotted-drinking-cristal-in-the-vip-room/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.solacesystems.com/solutions/financial-services/high-frequency-trading-spotted-drinking-cristal-in-the-vip-room</feedburner:origLink></item>
		<item>
		<title>Trading microseconds for nanoseconds</title>
		<link>http://feedproxy.google.com/~r/SolaceSystemsBlog/~3/i2BzuKdqefA/trading-microseconds-for-nanoseconds</link>
		<comments>http://www.solacesystems.com/technology/messaging/trading-microseconds-for-nanoseconds#comments</comments>
		<pubDate>Wed, 23 Sep 2009 16:54:10 +0000</pubDate>
		<dc:creator>Larry Neumann</dc:creator>
				<category><![CDATA[Financial Services]]></category>
		<category><![CDATA[Messaging]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[algo trading]]></category>
		<category><![CDATA[benchmark]]></category>
		<category><![CDATA[financial infrastructure]]></category>
		<category><![CDATA[IPC]]></category>
		<category><![CDATA[low-latency]]></category>

		<guid isPermaLink="false">http://www.solacesystems.com/?p=3381</guid>
		<description><![CDATA[
The co-location of market data systems near or inside exchanges is becoming big business. The ultra-low latency high frequency trading systems that you find in these facilities are niche applications to be sure, but what a niche! NYSE Euronext recently committed to build a 400,000 square foot co-location facility in New Jersey. That’s a big [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="margin-left:32px; margin-bottom:23px;" src="/images/blog/bullet-playing-card.png" alt="" /><br />
The co-location of market data systems near or inside exchanges is becoming big business. The ultra-low latency high frequency trading systems that you find in these facilities are niche applications to be sure, but what a niche! <a href="http://www.thewhir.com/web-hosting-news/090809_NYSE_to_Build_Trading_Data_Center_in_New_Jersey" target="_blank">NYSE Euronext recently committed to build a 400,000 square foot co-location facility in New Jersey</a>. That’s a big investment to make in something NYSE Euronext CEO Steve Rubinow describes as being for “only the most obsessive traders.”</p>
<p>How obsessive? Architects building these systems measure latency in microseconds, and the best applications exhibit just tens of microseconds of end-to-end latency. Shaving microseconds is like dropping weight before your prize fight weigh-in—whatever it takes, get it down.</p>
<p>To help these latency obsessed traders develop even faster trading systems, <a href="http://www.solacesystems.com/news/fastest-ipc-messaging" target="_self">Solace has extended its Unified Messaging API to include a shared-memory transport </a>based on inter-process communication (<a href="http://en.wikipedia.org/wiki/Inter-process_communication" target="_blank">IPC</a>). This capability lets two applications share information using Solace’s API with less than 700 nanoseconds of average latency in a shared memory environment. Yes, I said nano &#8212; billionths of a second. Remember the famous Tabb Report on <a href="http://www.tabbgroup.com/PublicationDetail.aspx?PublicationID=346" target="_blank"><em>The Value of a Millisecond</em></a>? There are a million nanoseconds in a millisecond. 700 nanoseconds is a scant seven-tenths of a microsecond.</p>
<p>To be clear, IPC is a highly-specialized technique that only certain systems can leverage because it occurs within the confines of a single server. For example, when the components of a high-frequency trading system (feed handler, algo, risk assessment, order execution) have been consolidated onto a high-powered multi-core server within a collocation facility. Today these applications run on many machines and share data using low latency messaging (<a href="http://www.solacesystems.com/solutions/cross-industry/high-speed-messaging/low-latency" target="_self">like Solace’s</a>). Shared memory transport among applications running on a single server eliminates the few microseconds associated with network hops and additional time lags associated with copying memory around between applications. And since IPC is now available as part of the same API customers already use for ultra low latency and other kinds of messaging, applications get the speed they need without giving up the familiar API or the flexibility to redeploy in a networked scenario as needed.</p>
<p>As always, we’re not publishing some mysterious single number with no detail on what it means. <a href="http://www.solacesystems.com/library/solace-ipc-for-nanosecond-latency" target="_self">A white paper describing the environment and parameters of the tests is available for download</a> on our website so customers can dig into the facts and even reproduce the results using their own systems and data. In fact, we did all the testing a quad-core 3GHz Intel Xeon E5450 server because not everyone has the latest Intel Nehalem.</p>
<p>HFT architects have generally been exempt from corporate technology standards because the stakes are so high they can justify whatever makes them faster. With Solace, HFT no longer needs to be an exception. The same messaging API that is speeding up back office and front office networked trading can be used to speed up collocated HFT trading as well.</p>
<img src="http://feeds.feedburner.com/~r/SolaceSystemsBlog/~4/i2BzuKdqefA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solacesystems.com/technology/messaging/trading-microseconds-for-nanoseconds/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.solacesystems.com/technology/messaging/trading-microseconds-for-nanoseconds</feedburner:origLink></item>
		<item>
		<title>Giddyup, JMS!</title>
		<link>http://feedproxy.google.com/~r/SolaceSystemsBlog/~3/PyLS1lZVizE/giddyup-jms</link>
		<comments>http://www.solacesystems.com/technology/messaging/giddyup-jms#comments</comments>
		<pubDate>Fri, 18 Sep 2009 19:45:46 +0000</pubDate>
		<dc:creator>Larry Neumann</dc:creator>
				<category><![CDATA[Messaging]]></category>

		<guid isPermaLink="false">http://www.solacesystems.com/?p=3253</guid>
		<description><![CDATA[
Think of the lowly workhorse, toiling away while his cousin the thoroughbred races to fame. Much like that workhorse, Java Message Service has been relegated to the less sexy applications in the middle- and back-office (such as routine communications between applications and databases, especially in SOA environments) while the high-profile applications where volume and/or performance [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="margin-left:32px; margin-bottom:23px;" src="/images/blog/giddyup-jms.png" alt="" /><br />
Think of the lowly workhorse, toiling away while his cousin the thoroughbred races to fame. Much like that workhorse, <a href="http://en.wikipedia.org/wiki/Java_Message_Service">Java Message Service</a> has been relegated to the less sexy applications in the middle- and back-office (such as routine communications between applications and databases, especially in <a href="http://en.wikipedia.org/wiki/Service-oriented_architecture" target="_blank">SOA </a>environments) while the high-profile applications where volume and/or performance are critical (such as low latency market data systems on Wall Street, and event networks in many other industries) are handled with specialized, proprietary messaging solutions.</p>
<p>Many people have JMS pigeon-holed as being just for these relatively simple, low-volume tasks because while it’s very easy to set up, its performance is relatively limited. You can always scale JMS by splitting the workload across dozens or hundreds of servers, but that introduces major architectural complexity, administrative nightmares and high TCO. That simple JMS deployment is no longer so simple.</p>
<p>Solace recently <a href="http://www.solacesystems.com/news/fastest-jms" target="_self">announced a new version of its JMS broker </a>that has the horsepower to support enterprise-scale applications in a purpose-built appliance that’s easy to deploy and has a small footprint in the datacenter. Each Solace message router (just 4 rack units high) supports <a href="http://www.solacesystems.com/library/jmsperformance" target="_blank">100,000 persistent JMS messages per second, and 11M non-persistent JMS messages per second </a>(for example 5.5M in and 5.5M out, or 3M in and 8M out in a pub/sub configuration). Best of all, each Solace message router can handle high volumes of persistent and non-persistent messages simultaneously.</p>
<p>Throughput of 11M messages per second allows JMS to be considered for some of the largest event networks in the world with a single fault-tolerant pair of Solace routers. This will dramatically reduce the effort it takes to architect and operate large JMS networks. This kind of volume is useful when you have a very high powered application, as described above, but also when you need to connect thousands of applications that each have a moderate amount of information to send. At these kinds of volumes, thousands of clients could each consume thousands of messages/second and still have headroom on the router.</p>
<p>It&#8217;s time for the workhorse to get some time on the track.</p>
<img src="http://feeds.feedburner.com/~r/SolaceSystemsBlog/~4/PyLS1lZVizE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solacesystems.com/technology/messaging/giddyup-jms/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.solacesystems.com/technology/messaging/giddyup-jms</feedburner:origLink></item>
		<item>
		<title>Solace and Sun collaborate to simplify financial networks</title>
		<link>http://feedproxy.google.com/~r/SolaceSystemsBlog/~3/4koCsBRr5c8/solace-and-sun-collaborate-to-simplify-financial-networks</link>
		<comments>http://www.solacesystems.com/technology/messaging/solace-and-sun-collaborate-to-simplify-financial-networks#comments</comments>
		<pubDate>Wed, 16 Sep 2009 22:10:32 +0000</pubDate>
		<dc:creator>Larry Neumann</dc:creator>
				<category><![CDATA[Company]]></category>
		<category><![CDATA[Financial Services]]></category>
		<category><![CDATA[Messaging]]></category>
		<category><![CDATA[News Release]]></category>
		<category><![CDATA[Partners]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[banking]]></category>
		<category><![CDATA[interbanking]]></category>
		<category><![CDATA[payments]]></category>
		<category><![CDATA[SIBOS]]></category>
		<category><![CDATA[Sun Microsystems]]></category>

		<guid isPermaLink="false">http://www.solacesystems.com/?p=3351</guid>
		<description><![CDATA[Many people think Sun Microsystems is in limbo—stuck between the company they were and what they’ll become as part of Oracle. Competitors have suggested that Sun has stopped innovating and that it’s time to move to another platform. But as a close partner of Sun’s, I can assure you that the picture inside Sun is [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="margin-left:32px; margin-bottom:23px;" title="Larry and Scott" src="http://www1.ibdcd.com/image/Web_Oracle062409_310.JPG" alt="" width="220" />Many people think <a href="http://www.sun.com/">Sun Microsystems</a> is in limbo—stuck between the company they were and what they’ll become as part of <a href="http://www.oracle.com/" target="_blank">Oracle</a>. Competitors have suggested that Sun has stopped innovating and that it’s time to move to another platform. But as a close partner of Sun’s, I can assure you that the picture inside Sun is very different. Their best minds are still generating great ideas, solving customer problems and pushing the boundary with innovative new technology. Some of you may have seen Oracle&#8217;s <a href="http://www.oracle.com/features/suncustomers.html" target="_blank">recent ad in the Wall Street Journal (and many other places)</a> declaring that they are looking forward to taking on IBM head on in the hardware business.</p>
<p>Solace signed a partnership with Sun shortly before the Oracle acquisition was announced in the spring. Sun’s technology assets and Solace’s high-performance JMS solution have generated interest with Sun customers since we began working together more than a year ago. Sun is a powerhouse in the data center of many of the country’s largest, most demanding companies, including most of the major banks. For our part, Solace is reshaping what has traditionally been software-based middleware into a hardware asset more like a network appliance than a server.</p>
<p><img class="alignright" style="margin-left:32px; margin-bottom:23px;" title="Sun Financial Network Appliance" src="/images/blog/solace-sun-appliance.png" alt="" />The combination of these two strengths is the basis of a <a href="http://www.solacesystems.com/news/financial-network-appliance" target="_blank">new prototype appliance we demonstrated in the Sun booth at the SIBOS show in Hong Kong September 14-18</a>. This new Sun financial network appliance combines the massive throughput and easy management of Solace’s messaging technology with Sun’s hardware and software to build a flexible solution for integration between back office banking systems and leading payment networks. Integration with payment systems is a notoriously complicated thing to get right, and the turnkey approach of this appliance can make connectivity faster, easier and more profitable for participants of banking inter-networks.</p>
<p>The appliance is based on the <a href="http://www.sun.com/servers/netra/x4450/" target="_blank">Sun Netra x4450</a> chassis, a powerful virtualization server that’s designed for telco-grade reliability in a low-power 4U form factor. It includes Solace’s JMS broker and middleware functionality with appliance-style turnkey administration. Finally, it includes Sun’s Secure Network Layer software as well as the Sun Integrator platform for easy integration of banking assets.</p>
<p>In related news, <a href="http://www.solacesystems.com/news/fastest-jms-broker" target="_blank">Solace announced a new version of our JMS protocol</a> that’s used for this appliance, and is <a href="http://www.solacesystems.com/solutions/cross-industry/high-speed-messaging/jms" target="_blank">also available directly from Solace</a>. It sets new standards for JMS performance with support for 100,000 persistent and 11 million non-persistent messages per second.</p>
<p>We look forward to a long and successful relationship with Sun (and eventually Oracle).</p>
<img src="http://feeds.feedburner.com/~r/SolaceSystemsBlog/~4/4koCsBRr5c8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solacesystems.com/technology/messaging/solace-and-sun-collaborate-to-simplify-financial-networks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.solacesystems.com/technology/messaging/solace-and-sun-collaborate-to-simplify-financial-networks</feedburner:origLink></item>
		<item>
		<title>News on news: products, partnership &amp; standards</title>
		<link>http://feedproxy.google.com/~r/SolaceSystemsBlog/~3/7_1dEHtncw8/news-on-news-products-partnership-standards</link>
		<comments>http://www.solacesystems.com/technology/messaging/news-on-news-products-partnership-standards#comments</comments>
		<pubDate>Wed, 16 Sep 2009 19:45:30 +0000</pubDate>
		<dc:creator>Larry Neumann</dc:creator>
				<category><![CDATA[Capital Markets]]></category>
		<category><![CDATA[Company]]></category>
		<category><![CDATA[Financial Services]]></category>
		<category><![CDATA[Geospatial Routing]]></category>
		<category><![CDATA[Government]]></category>
		<category><![CDATA[Messaging]]></category>
		<category><![CDATA[News Release]]></category>
		<category><![CDATA[Partners]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[announcements]]></category>
		<category><![CDATA[geospatial]]></category>
		<category><![CDATA[Sun Microsystems]]></category>

		<guid isPermaLink="false">http://www.solacesystems.com/?p=3332</guid>
		<description><![CDATA[
This has been a busy news week for us, as we released information about two exciting product developments and a project that we&#8217;ve been hard at work on with Sun Microsystems. For good measure, we were included in a fourth announcement issued by OASIS. Below is a summary of the four pieces of news. Watch [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="margin-left:32px; margin-bottom:23px;" title="Finger in the Dike" src="http://assets.nydailynews.com/img/2009/07/18/gal_crokite5.jpg" alt="" width="225" /></p>
<p>This has been a busy news week for us, as we released information about two exciting product developments and a project that we&#8217;ve been hard at work on with Sun Microsystems. For good measure, we were included in a fourth announcement issued by OASIS. Below is a summary of the four pieces of news. Watch this space, because we&#8217;ll be posting more information about all of this news over the next few days.</p>
<ul>
<li>The release of new benchmark data showing our <a href="http://www.solacesystems.com/news/fastest-jms-broker" target="_self">JMS broker to be the world&#8217;s fastest</a>.</li>
<li>The addition of <a href="http://www.solacesystems.com/news/fastest-ipc-messaging" target="_self">shared memory IPC transport</a> to our Unified Messaging Platform API that brings performance into the world of nanoseconds.</li>
<li>A announcement with our partner <a href="http://www.solacesystems.com/news/financial-network-appliance" target="_self">Sun to demonstrate an appliance for inter-bank connectivity</a>.</li>
</ul>
<p>Finally, <a href="http://www.oasis-open.org" target="_blank">OASIS</a> (the Organization for the Advancement of Structured Information Standards) just announced that we&#8217;ll be participating in a <a href="http://www.reuters.com/article/pressRelease/idUS148327+16-Sep-2009+BW20090916" target="_blank">joint demonstration at the upcoming Emergency Interoperability Summit </a>in Baltimore.</p>
<img src="http://feeds.feedburner.com/~r/SolaceSystemsBlog/~4/7_1dEHtncw8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solacesystems.com/technology/messaging/news-on-news-products-partnership-standards/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.solacesystems.com/technology/messaging/news-on-news-products-partnership-standards</feedburner:origLink></item>
		<item>
		<title>The Inevitable Convergence of Middleware into the Network</title>
		<link>http://feedproxy.google.com/~r/SolaceSystemsBlog/~3/ujzHbIaEV1Y/the-inevitable-convergence-of-middleware-into-the-network</link>
		<comments>http://www.solacesystems.com/technology/messaging/the-inevitable-convergence-of-middleware-into-the-network#comments</comments>
		<pubDate>Mon, 14 Sep 2009 20:22:32 +0000</pubDate>
		<dc:creator>Larry Neumann</dc:creator>
				<category><![CDATA[Financial Services]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Messaging]]></category>
		<category><![CDATA[Network Tech]]></category>

		<guid isPermaLink="false">http://www.solacesystems.com/?p=3328</guid>
		<description><![CDATA[
Today in New York our CEO Craig Betts co-keynoted the High Performance on Wall Street conference with Andy Bechtolsheim and a representative of Barclays Capital. The theme was something we talk about a lot at Solace: the convergence of middleware and the network. The need to effectively route an increasingly massive volume of data at [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="margin-left:32px; margin-bottom:23px;" title="Finger in the Dike" src="/images/blog/dutch-boy-dike.jpg" alt="" /></p>
<p>Today in New York our CEO Craig Betts co-keynoted the <a href="http://www.highperformanceonwallstreet.com/" target="_blank">High Performance on Wall Street </a>conference with <a href="http://www.aristanetworks.com/en/Management_Team" target="_blank">Andy Bechtolsheim</a> and a representative of Barclays Capital. The theme was something we talk about a lot at Solace: the convergence of middleware and the network. The need to effectively route an increasingly massive volume of data at high speed is defining competitive advantage in more and more situations. The only way we’ll ever address this trend is by making the intelligent routing of messages a robust and readily-accessible service of the network, just like the routing of IP packets. We can only shove so many servers into the increasing number of holes in the dike before the water pours through.</p>
<p>Craig talked about the 4 key business drivers of IT innovation today (the need for speed, the need to save, the desire to be more environmentally sensitive and the need to stay productive through M&amp;A activity) and how they all lead down this path of convergence. Mr. Bechtolsheim dove a little deeper into the specifics of network architecture and operations to illustrate the point that raw computing power isn’t the way to crack this nut. Finally, <a href="http://wallstreetandtech.com/it-infrastructure/showArticle.jhtml?articleID=220000196&#038;cid=RSSfeed_WST_All" target="_blank">Barclays Capitals’ head of middleware talked about the business value of consistent, predictable performance </a>which drove them to select a (ok, our…) hardware-based middleware platform.</p>
<p>From business drivers, to nuts and bolts, to the bottom line, the presentation made it clear that the migration from old-fashioned software-based infrastructure to hardware is a fundamental corner we must turn.</p>
<img src="http://feeds.feedburner.com/~r/SolaceSystemsBlog/~4/ujzHbIaEV1Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solacesystems.com/technology/messaging/the-inevitable-convergence-of-middleware-into-the-network/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.solacesystems.com/technology/messaging/the-inevitable-convergence-of-middleware-into-the-network</feedburner:origLink></item>
		<item>
		<title>Geospatial industry growth</title>
		<link>http://feedproxy.google.com/~r/SolaceSystemsBlog/~3/aT9rqzV-sp0/geospatial-industry-growth</link>
		<comments>http://www.solacesystems.com/uncategorized/geospatial-industry-growth#comments</comments>
		<pubDate>Fri, 21 Aug 2009 00:12:24 +0000</pubDate>
		<dc:creator>Larry Neumann</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[EDXL]]></category>
		<category><![CDATA[geospatial]]></category>

		<guid isPermaLink="false">http://www.solacesystems.com/?p=3202</guid>
		<description><![CDATA[New research from Daratech shows that geospatial solutions growth slowed to a crawl this year, but given the number of market segments that dipped 20% or more over the past 12 months, you&#8217;d have to conclude that this remains a hot market. Details are available here.
Here at Solace, we entered this market earlier this year with products and solutions [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="margin-left:32px; margin-bottom:23px;" title="Program Trading" src="http://www.solacesystems.com/images/blog/geogrowth.gif" alt="" />New research from <a href="http://www.daratech.com/" target="_blank">Daratech</a> shows that geospatial solutions growth slowed to a crawl this year, but given the number of market segments that dipped 20% or more over the past 12 months, you&#8217;d have to conclude that this remains a hot market. Details <a href="http://www.directionsmag.com/press.releases/index.php?duty=Show&amp;id=36318" target="_blank">are available here</a>.</p>
<p>Here at Solace, we entered this market earlier this year with <a href="http://www.solacesystems.com/products/blades/geospatial-routing-blade" target="_blank">products and solutions for scalable geospatial routing and alerting</a>. This is hot property in a variety of markets including government, logistics and social networking.</p>
<img src="http://feeds.feedburner.com/~r/SolaceSystemsBlog/~4/aT9rqzV-sp0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solacesystems.com/uncategorized/geospatial-industry-growth/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.solacesystems.com/uncategorized/geospatial-industry-growth</feedburner:origLink></item>
		<item>
		<title>Solace CEO to keynote HPoWS with Andy Bechtolsheim</title>
		<link>http://feedproxy.google.com/~r/SolaceSystemsBlog/~3/Mg3qv2JK2p4/solace-ceo-to-keynote-hpows-with-andy-bechtolsheim</link>
		<comments>http://www.solacesystems.com/company/partners/solace-ceo-to-keynote-hpows-with-andy-bechtolsheim#comments</comments>
		<pubDate>Fri, 31 Jul 2009 18:25:39 +0000</pubDate>
		<dc:creator>Larry Neumann</dc:creator>
				<category><![CDATA[Capital Markets]]></category>
		<category><![CDATA[Partners]]></category>
		<category><![CDATA[Arista]]></category>
		<category><![CDATA[HPOWS]]></category>

		<guid isPermaLink="false">http://www.solacesystems.com/?p=3118</guid>
		<description><![CDATA[This week the conference organizers of High Performance on Wall Street announced that Solace&#8217;s CEO Craig Betts will be joining Andy  Bechtolsheim — a founder of Sun Microsystems and countless other successful startups, most recently  Arista Networks — for a morning keynote at the event.  They will speak on the role of technology in [...]]]></description>
			<content:encoded><![CDATA[<p>This week the conference organizers of <a href="http://www.highperformanceonwallstreet.com/" target="_blank">High Performance on Wall Street</a> announced that Solace&#8217;s CEO Craig Betts will be joining Andy  Bechtolsheim — a founder of Sun Microsystems and countless other successful startups, most recently  <a href="http://www.aristanetworks.com" target="_blank">Arista Networks</a> — for a morning keynote at the event.  They will speak on the role of technology in the ever-changing  world of financial services. The conference agenda is <a href="http://www.lighthouse-partners.com/highperformance/del_program.htm" target="_blank">available online here</a>.</p>
<p><a href="http://www.highperformanceonwallstreet.com"><img class="aligncenter" title="HPOWS" src="http://www.lighthouse-partners.com/highperformance/images/highperf_2009.gif" alt="" width="600" height="95" /></a></p>
<img src="http://feeds.feedburner.com/~r/SolaceSystemsBlog/~4/Mg3qv2JK2p4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solacesystems.com/company/partners/solace-ceo-to-keynote-hpows-with-andy-bechtolsheim/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.solacesystems.com/company/partners/solace-ceo-to-keynote-hpows-with-andy-bechtolsheim</feedburner:origLink></item>
		<item>
		<title>High frequency trading comes under fire by NY Times</title>
		<link>http://feedproxy.google.com/~r/SolaceSystemsBlog/~3/UE8LT6heDpk/high-frequency-trading-comes-under-fire-by-ny-times</link>
		<comments>http://www.solacesystems.com/solutions/financial-services/high-frequency-trading-comes-under-fire-by-ny-times#comments</comments>
		<pubDate>Mon, 27 Jul 2009 19:18:39 +0000</pubDate>
		<dc:creator>Larry Neumann</dc:creator>
				<category><![CDATA[Capital Markets]]></category>
		<category><![CDATA[Financial Services]]></category>

		<guid isPermaLink="false">http://www.solacesystems.com/?p=3068</guid>
		<description><![CDATA[
Late last week the NY Times printed an article on how Goldman and others are using what they&#8217;re calling &#8220;high-frequency trading&#8221; to get ahead of the market and generate profits.
This is not new news to folks on Wall St, nor is it illegal. As opposed to &#8220;front running&#8221; scandals of the past where trading firms [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="margin-left:32px; margin-bottom:23px;" title="Program Trading" src="/images/blog/program-trading.jpg" alt="" /></p>
<p>Late last week the <a href="http://www.nytimes.com/2009/07/24/business/24trading.html" target="_blank">NY Times printed an article</a> on how Goldman and others are using what they&#8217;re calling &#8220;high-frequency trading&#8221; to get ahead of the market and generate profits.</p>
<p>This is not new news to folks on Wall St, nor is it illegal. As opposed to &#8220;front running&#8221; scandals of the past where trading firms would use inside information to profit from coming news, all of these advantages are achieved after information has been made public. They just get to see it before everyone else by having faster infrastructure, even if it is only a few milliseconds, or microseconds faster. This is like an astronomer getting a better view of planetary objects by having a better telescope. You dramatically increase your likelihood of discovering something good up there if you get a telescope as good as the US government scientists.</p>
<p>Recently, Ralph Frankel, Solace&#8217;s CTO of financial services, <a href="http://www.securitiesindustry.com/issues/19_100/-23732-1.html?pg=1" target="_blank">had an article published on this topic in Securities Industry News</a>. If you&#8217;re interested in this topic, it goes into much more depth about how latency arbitrage in high-frequency trading actually works.</p>
<img src="http://feeds.feedburner.com/~r/SolaceSystemsBlog/~4/UE8LT6heDpk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.solacesystems.com/solutions/financial-services/high-frequency-trading-comes-under-fire-by-ny-times/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.solacesystems.com/solutions/financial-services/high-frequency-trading-comes-under-fire-by-ny-times</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 1.328 seconds. --><!-- Cached page generated by WP-Super-Cache on 2009-11-10 15:18:29 -->
