Skip to content

Home Page

Thank you Mr. Bruce Elgort...

Before writing this post I tried to remember when I have met Bruce for the first time. It was just 2.5 years ago when I received a twitter DM from him. I was at an airport in Germany waiting the boarding time. I remember had a short discussion over Skype.

2.5 years? Really? I feel like I know Bruce for decades.

Two critical HTTP problems in Domino 9...

After I upgraded my servers to Domino 9, I have found two problems affecting HTTP task.

1. Redirect TCP to SSL problem...

My HTTP task stopped responding just after the upgrade. When I look into thread logs I saw that it was redirecting every requests to the same URL! After a couple of tests, I found that if you have "Redirect TCP to SSL" checked in your Internet Site document, it fails with infinite redirection problem.

DOTS Deep Dive 3: Warning for Deadlocks

Last time, I have blogged about the importance of the importantance of canceling tasklets...

In most of the time, canceling a task is a 'choice' you have. You might want to stop the task for a reason. However, a very important problem is falling into deadlocks. If somehow your code falls into a deadlock or stuck situation, that would lock your DOTS container entirely.