RSS

Recent news

Java And Threads (Jetty)

Orbitz - orbitz - September 20, 2005

noss in #erlang on freenode recently brought to my attention: Jetty ContinuationsThis is an interesting blog entry. The basic idea is, instead of using 1 thread per connection, since connections can last awhile, they use 1 thread per request that a connection has. The hope…

More (83 comments)

Initial impressions of yaws

Orbitz - orbitz - September 11, 2005

If any of this post is incorrect, please feel free to post a comment and correct me.I have recently installed yaws and I am looking at it to create a small website. It will be fairly simple. My previous web experience has been using Nevow…

More (1 comments)

Parallel Project

Orbitz - orbitz - September 07, 2005

I have a study in Parallel Programming this semester.  However, the teacher is fairly lenient as far as projects are concerned.  I am looking for some interesting project relating to Erlang.  The leading idea right now is to create some sort of distributed computing framework. …

More (1 comments)

Bookmarks

Orbitz - orbitz - September 05, 2005

My archive of bookmarks is slowly growing. It contains a Erlang section, a long with a number of other languages as well as lots of other URL’s.http://ortdotlove.net/bookmarks.html

More (3 comments)

Where concurrency shines

Orbitz - orbitz - August 20, 2005

I think that it can almost be stated as a fact that concurrency in languages that weren’t designed with concurrency in mind tends to be poor.  The languages I have in mind here are Python, C, C++ and similar.  I have come across a few…

More (0 comments)

Developing on the go

Orbitz - orbitz - August 19, 2005

One benefit to using erlang compared to more traditional languages is the development cycle.  Generally you write code, compile, debug, write, compile, debug, until you have something you want to use.  In between compile and debug you run the program.  In traditional languages you shut…

More (3 comments)

Erlang and strings

Orbitz - orbitz - August 17, 2005

A lot of people complain about strings in erlang. I am one of them. Right now I am under the impression a string type needs to be added to erlang. Joe Armstrong thinks that instead of a string we simply need a character type. My…

More (53 comments)

 <  1 2 3