Long term road map

2 Comments

We have a lot of things in the pipeline. We would still like to continue to provide Solaris zones. We like them. We believe they provide the fastest virtualization technique available (as you know, zones don't use a hypervisor unlike VMware or Xen products). Plus, we believe Solaris has a really good IP stack. Both combined, …

MySQL Performance Tips

No Comments

Check this out http://forge.mysql.com/wiki/Top10SQLPerformanceTips.

IPv6 with Solaris Zones

No Comments

We would like to announce the availability of a IPv6 based Solaris Zones. The environment is still beta but it should be stable. If you are interested in getting a IPv6 IP, please contact us.

Getting lighttpd to bind to multiple address/socket

No Comments

For nginx and apache, you can just specify multiple Listen statements. For lighttpd however, you need to do it a little bit differently.

Setting JAVA_HOME in SMF (environment variables)

No Comments

First, ensure your application is in Solaris's SMF. Here is an example for a Tomcat application server. The same steps will work for Glassfish and other Java applications.