We just recently hit the following error from Sybase: “There is insufficient heap memory to allocate -1562977772 bytes. Please increase configuration parameter ‘heap memory per user’ or try again when there is less activity on the system” when trying to get the results out of Sybase as xml using the […]
Tech Talk
Refactoring
The past few weeks have been a bit intense with work and personal projects, I’ve been at the keyboard quite a far bit to get my first real app out. I’ll have another post later on, closer to the date when I can actually release it. Of course, it won’t […]
REALBasic Summit – Boulder, Colorado
This summit ran between the 24th and 26th of September. Hosted by InspiringApps in conjunction with ARBP and held in Boulder, Colorado. This town is a great place to visit, especially when you’re into anything outdoors (except for surfing – although there was a surfing diner somewhere in Boulder). The […]
PHP Sessions
I ran into an issue at the end of last week regarding sessions in PHP. The problem was the locking that happens over the sessions. This isn’t what’s now coded in place, but it was a thought I had (bad idea). So I had a PHP file which did a […]
PHP – Force Downloading Files
I’ve implemented a web service for work which allows you to queue a job, and also to retrieve the job. I also implemented a simple login header which looks after your session through the database. The long term issue that we’ve had in the past is that Safari drops the […]