Python on Planes
Which Programming Language did you pick for your idea?
61–70 of 80 posts
Re: Which Programming Language did you pick for your idea?
#62Ruby and Java
Re: Which Programming Language did you pick for your idea?
#63PHP5 (as fastcgi w/ lighttpd and sqlite3)
Re: Which Programming Language did you pick for your idea?
#64Application : C#/F# Web : asp.net 2.0 with C#/F#
Re: Which Programming Language did you pick for your idea?
#65Of course, I'm about ten lines of code in, so I probably don't count.
Re: Which Programming Language did you pick for your idea?
#66PHP5 (as fastcgi w/ lighttpd and sqlite3)
What is your experience with FastCGI??? I am running ROR off it, but lighttpd throws quite a lot of 500 Internal Server Errors.
Re: Which Programming Language did you pick for your idea?
#67PHP5 (as fastcgi w/ lighttpd and sqlite3)
What is your experience with FastCGI??? I am running ROR off it, but lighttpd throws quite a lot of 500 Internal Server Errors.
Re: Which Programming Language did you pick for your idea?
#68Earlier quoted context omitted.
What is your experience with FastCGI??? I am running ROR off it, but lighttpd throws quite a lot of 500 Internal Server Errors.
FastCGI is super lightweight and very powerful. If you're seeing errors like that you likely have a problem that requires fixing. Judging from your post it might involve excessive question marks in a regex.
Re: Which Programming Language did you pick for your idea?
#69Earlier quoted context omitted.
What is your experience with FastCGI??? I am running ROR off it, but lighttpd throws quite a lot of 500 Internal Server Errors.
Hmm, I haven't used my current setup in production yet. Development has been fine, only time will tell. Hopefully I don't get the errors you experienced :(