G
Guest
Guest
Hmm. I dont think applications have to be rewritten at all to take advantage of Jackson. All you need is OS suppport (which would be very simple to implement).
If you are running just one thread, you wont see any improvement by adding Jackson technology. But if you run multiple threads / apps / multi threaded apps, Jackson will help. Its much like adding another cpu (well, 1/3 of a cpu). Doesnt help running one single threaded app, but it does help running multiple single threaded apps, or one (or more) multithreaded apps.
So, basically, the required rewrite for Jackson, is almost nill. Its the same optimization that you'd need to take advantage of SMP.
As for performance increases.. I seem to recall 30% was the maximum achieveable improvement, with 10% being 'normal'. Thats still a nice boost, if you consider how little die space Jackson requires. I think its a very clever way to get around cpu stalls, and I suspect it to help more as cpu's continue to ramp in speed faster than memory technology.
= The views stated herein are my personal views, and not necessarily the views of my wife. =
If you are running just one thread, you wont see any improvement by adding Jackson technology. But if you run multiple threads / apps / multi threaded apps, Jackson will help. Its much like adding another cpu (well, 1/3 of a cpu). Doesnt help running one single threaded app, but it does help running multiple single threaded apps, or one (or more) multithreaded apps.
So, basically, the required rewrite for Jackson, is almost nill. Its the same optimization that you'd need to take advantage of SMP.
As for performance increases.. I seem to recall 30% was the maximum achieveable improvement, with 10% being 'normal'. Thats still a nice boost, if you consider how little die space Jackson requires. I think its a very clever way to get around cpu stalls, and I suspect it to help more as cpu's continue to ramp in speed faster than memory technology.
= The views stated herein are my personal views, and not necessarily the views of my wife. =