[Labs-l] Bastion, grid and cgi py scripts
Platonides
platonides at gmail.com
Mon Mar 3 20:39:25 UTC 2014
On 03/03/14 15:53, Alex Brollo wrote:
> I'm testing a (heavy) python script and I (painfully) learned to run it
> by jsub; I'm testing a second cgi py script to run the former one from a
> web form. I'm working into tools-dev after a sugegstion I got to run
> such heavy scripts there.
> My question: as soon as cgi-py script will be refined, how have I to go
> on? Have I to merge the two scripts into one,
No need to do that. An application may be composed by multiple scripts.
> even if it will be run (I presume) by bastion,
I don't think it needs to be run by bastion. I used to queue jobs at the
toolserver from the webserver, for instance.
The only problem may be that perhaps you find out in a web server
without all submit tools. In that case, ask them to be installed :)
> or have I to launch a separate jsub routine from my cgi-bin script?
Seems the more straightforward way. No problem with that. Just ensure
all parameters passed to it are sanitized.
> Can I found a specific help page about this kind of
> issue? Can I publish the code somewhere (please, not in github.... I
> can't understand basics) to get a revision of it?
pastebin? A random sandbox page at the wiki?
More information about the Labs-l
mailing list