Skip to Content

Category: custom development

WordPress Theme Development

Do you want to enter the world of WordPress theme and plugin development? Are you thinking of designing or building a theme or plugin from scratch? We have done both free to use, open-source projects, as well as projects built for large scale markets such as Mojo Marketplace. Designing and building WordPress themes and plugins […]

Read more

Get memory heap and non heap usage on Railo

To get the Memory usage on Railo (heap and non-heap), you can use the getMemoryUsage() function, like so: <cfdump var=’#getmemoryUsage(‘heap’)#’> <cfdump var=’#getmemoryUsage(“non_heap”)#’> Pretty simple.  But something that isn’t well documented.  I hope this helps someone! -Scott

Read more

Railo and the Microsoft SQL Server Native Driver

Last week I was working on a web crawler to crawl 250,000 URLs each night.  We had 5 client crawlers running and connecting to a master MSSQL 2013 database.  FusionGronker in ##coldfusion on freenode recommended that I try FusionReactor (a tool that allows you to monitor EVERYTHING that’s going on in your Java (ColdFusion) servers […]

Read more
Back to top