Friday, February 24, 2012

Setup a webserver that handles user input

Hi!

I was wondering whether Django can be used to setup a webserver that
can handle a user request and send a job to a backend queue.

Specifically, I want to setup a frontend website through which a user
enters the coordinates of protein atoms (a text based PDB file). This
input is then used to perform a Monte Carlo simulation on a backend
linux cluster setup with a queueing system, e.g. openPBS. The result
of the Monte Carlo simulation are then sent back to the user, possibly
per e-mail.

I was wondering whether anybody has had any experience with this kind
of setup.

Thanks in advance!

Gianluca

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment