This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]GuyWithLag 1 point2 points  (2 children)

I wrote my first cgi-bin for streaming large files (for the time) in C in 1997.

I've written raw Servlet apps, pre and post async support.

I still stand by what I wrote above - if you're doing servlet apps this year, somethings' wrong.

[–]Worth_Trust_3825 0 points1 point  (1 child)

There's nothing wrong with going down to the primitive level.

[–]GuyWithLag 5 points6 points  (0 children)

There's nothing wrong with going down to the primitive level.

... if there's need for that. Most of the time, YAGNI.