SBP provided implementation and support for the IBM Lotus® Symphony™ integration into the eXpresso extensions for IBM LotusLive™ on several different operating systems and browsers. ... read more

"SBP helped eXpresso build a strong partnership with IBM, towards integrating eXpresso's real-time collaboration services with IBM's document sharing and editing solutions, hosted on the LotusLive platform."

Gavin Harvett
VP Product Management, eXpresso Corp.



Articles



Recent blog entries

Android 4.0: the Google delight
Dec 21, 2011, by Oana Pelineagra
More than a Cupcake, Donut, Eclair, Gingerbread and Honeycomb, and more than a tasty name, Android Ice Cream Sandwich (v 4.0.) is the OS that wants to merge the smartphone market and the tablet market under one roof....read more
Android 3.0 Honeycomb: ready to conquer the tablet market
Jul 19, 2011, by Oana Pelineagra
The latest arrival to the tablet OS is Android 3.0. Although an emerging market, the tablet ecosystem continues to grow and to offer users more and more choices in terms of operating systems and hardware devices. ...read more
Super OS - is this the future of operating systems?
May 10, 2011, by Oana Pelineagra
Jumbo is a remarkable development and I salute AI for such a product, and although now I stick to my sole OS, chances are that in the near future I'll be switching between multiple OS and environments with a simple click....read more




Compilation


In PHP, when a page is requested, the HTML and PHP script is compiled to Zend Opcodes, which are low level binary instructions used for serving PHP pages. After these are compiled, the Zend engine runs the opcodes and afterwards, HTML markup is generated and served.

In order to speed up the execution of a PHP page, there are a number of commercial products that can be used to perform opcode optimization; another option to increase the performance of PHP scripts is to use "accelerators", which provide opcode and HTML caching. However, a downside is that such third party applications will still result in other issues, like platform compliance.

ASP.NET on the other hand works in a different way. When a request for an .aspx page is submitted to the IIS (Internet Information Service) or another Web server, the request is passed to the ASP.NET handler for processing. If the page is requested for the first time, ASP.NET will compile it to MSIL, which is then processed by the CLR to machine code. The request is then run using the resulted compiled code. Other requests from the same page are served through the same machine code.

The binary code generated by the CLR is optimized to maximum, so no add-ons are required to achieve the highest performance levels. Also, all the built in functionality in ASP.NET is already compiled to machine code.

1. Migrating from PHP to ASP.NET - Introduction
2. Feature comparison
3. Architecture and object oriented programming capabilities
4. Compilation
5. Data and page caching

 





Visit our Blog


Tell a Friend
Link to us
Add to Favorites
Set as Homepage


Contact Us

For more info, please email at or go to the contact page.



         

The benefits of working with a Microsoft Certified Partner