|
Aaron
I don't see any download for IBM I only for Linux and AIX?
On Wed, Oct 14, 2015 at 1:16 PM, Aaron Bartell <aaronbartell@xxxxxxxxx>
wrote:
I have nginx running on IBM i. You can get it from perzl.org.to
On Oct 14, 2015 4:39 AM, "Henrik Rützou" <hr@xxxxxxxxxxxx> wrote:
Gents
just because you want to run node.js apache don't disappear.
Most of us would probably want to have a mixed environment and no one
says that you can't run node.js as a proxy under apache - very similar
requestsrouting CGI requests.
If you want to load balance your environment you can also put a NGiNX
(engine-x) HTTP server in front of both your apache and your node.js
servers.NGiNX is designed to be able to handle C10K+ concurrent
andthey
This means that you are able to run concurrent node.js servers on IBM I
very similar to apache's QZSRCGI stack.
Remember that node.js is single treaded and will only use one core at
the time on any hw-platform.
Unfortunately NGiNX hasn't been ported to IBM I yet so you either has
to run it in a Linux/AIX LPAR or on another machine.
On Wed, Oct 14, 2015 at 8:57 AM, Kevin Turner <
kevin.turner@xxxxxxxxxxxxxxx>
wrote:
"Routing steps" is probably acceptable terminology, although I think
place.are referred to as just "routes". We have to careful not to confuseroutes
within an app with the higher level route to the app in the first
The latter is the top level URL:port on which the app is listening
routingthehow
former is the internal routing to controllers handling the Ui for theapp.
I am sure Kelly is talking about the top level routing to the app and
to handle that as opposed to the question of internal routing to"screens"
within the app.
Sent from my iPad
On 14 Oct 2015, at 05:03, Nathan Andelin <nandelin@xxxxxxxxx> wrote:
We are talking stateless here so you will never have 20.000
functionssteps
to handle at the same time unless you have millions of users..
Henrik,
Maybe "routing steps" is not the right term.
All HTTP requests need to be routed to specific JavaScript
inURL
Node.js.
The idea is to use URLs to "route" requests appropriately. Say a
thehandlers).URLspattern such as the following is used to route HTTP requests:
/major-system/module/application/requested-action
Even a moderately scope system could very well exceed 20,000 unique
for more than 20,000 possible JavaScript functions (request
So maybe routing is handled with a a series of nested conditions:
When URL-major-system = "human_resources" ...
When URL-module = "payroll" ...
When URL-application = "maintain_employee_payroll_deductions" ...
When URL-requested-action = "list_employees" ...
Since you mentioned having a "stateless" environment, that raises
entityusedlikelihood of managing state for each user, and possibly for each
application identified in a URL. Wouldn't some part of the URL be
intendedas amailing
key for saving and restoring user state?
--
This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400)
list
To post a message email: WEB400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/web400.
___________________________________________
This email has been scanned by iomartcloud.
http://www.iomartcloud.com/
________________________________
NOTICE: The information in this electronic mail transmission is
by CoralTree Systems Ltd for the use of the named individuals or
orto
which it is directed and may contain information that is privileged
bycopyingotherwise confidential. If you have received this electronic mail
transmission in error, please delete it from your system without
or
forwarding it, and notify the sender of the error by reply email or
--------------------------------------------------------------------------------telephone, so that the sender's address records can be corrected.
mailingmailing
CoralTree Systems Limited
25 Barnes Wallis Road
Segensworth East, Fareham
PO15 5TT
Company Registration Number 5021022.
Registered Office:
12-14 Carlton Place
Southampton, UK
SO15 2EA
VAT Registration Number 834 1020 74.
--
This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400)
list
To post a message email: WEB400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/web400.
--
Regards,
Henrik Rützou
http://powerEXT.com <http://powerext.com/>
--
This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400)
list--
To post a message email: WEB400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/web400.
This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing
list
To post a message email: WEB400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/web400.
--
Regards,
Henrik Rützou
http://powerEXT.com <http://powerext.com/>
--
This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing
list
To post a message email: WEB400@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/web400.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.