Conversation:
Notices
-
@takeshitakenji I don't think there's anything that's going to be better and work in a wide variety of environments short of writing a non-scripted server in something like C++, which is itself not desirable for a variety of reasons.
-
@takeshitakenji There was work to allow postgres in StatusNet but it stalled when e14n went off to make pump instead
-
@takeshitakenji Once I have the render code proof of concept sorted, I'm going to see about getting @mikael's postgres branch working properly in postActiv with migration code and fixing the MySQL problems adding the postgres support created.
-
@takeshitakenji The problem becomes environments. PHP is ubiquitous and part of pretty much every Linux webserver stack.
Anything else ... isn't.
-
@takeshitakenji @xj9 Typically, python is paired with C or C++ to solve the GIL problem, but I'd frankly say it's easier to use a language that doesn't have this problem to begin with.