Hiring a dev: nginx+interchange

Roberto De Ioris roberto at unbit.it
Wed Jan 1 06:18:16 UTC 2014


> Hello, I use a perl framework called interchange (icdevgroup.org) and
> I've been using a perl module called Interchange::Link to interface
> interchange to apache:
>
> https://github.com/interchange/interchange/blob/master/dist/src/mod_perl2/Interchange/Link.pm
>
> I'd like to switch from apache to nginx and I need to hire someone to
> help me interface interchange to nginx.  I don't need the interface to
> include all of the features from Interchange::Link.
>
> - Grant
>
> _

Hi Grant, embedding blocking code in nginx is not allowed (or better: it
is terribly wrong as in any other non-blocking engine)

You should invest on writing a PSGI adapter so you can use a full
application server (like Starman or uWSGI) behind nginx.

-- 
Roberto De Ioris
http://unbit.it



More information about the nginx mailing list