Introduction

Welcome to MKFusion, a free opensource ColdFusion(Adobe) compatible application server. The idea came from poor ColdFusion performance mainly due to it's java technology. As my expirience shows that ColdFusion will just eat and eat main memory thus slowing itself and other services(database and other). Together with the application server, a ColdFusion IDE is in development.
MKFusion depends on:

  • Qt 4.6(Nokia)
  • GCC GNU Compiler Collection
  • Apache or IIS Web Server

Project parts

Here are the parts that make mkfusion:

  • MKFusion multithread core
  • MKFusion core functions(same as CFML functions)
  • cfml parser
  • cfml to c++ convertor
  • Apache module and IIS ISAPI Service Extension

Current status

Current mkfusion version is 0.4.1, which means that it is not usable yet. As there are ~150 cftags and ~250 cffunctions we are long way to go, but for basic site functionality you can expect mkfusion usable when it reaches version 0.6. Please check roadmap for more information. And if you fell you can help speedup the development please check contribute page.