Hi all, first post on here - thanks for having me
I'm working on a project to redevelop a legacy web service. Its quite a high traffic application and growing in use, so performance is a major focus.
I'm a recent convert to Rust and very impressed so far. It occurred to me that rewriting our application in Rust as an Apache module could be a good solution.
I am aware that faster web server platforms are available and I may end up going down that route. Firstly though I would like to explore the Apache module approach (because we know Apache well and it is super stable).
Has anyone out there done this? Any pitfalls I need to know about?
Thanks in advance
George