[Twisted-Python] New Member
![](https://secure.gravatar.com/avatar/54a9a86869201fec239ba6045f05b05d.jpg?s=120&d=mm&r=g)
Hi, My name is Joan Torres, I'm working in Port of Barcelona (spain), and I'm interested in learning more about how to use Twisted. I've two Python applications running on a Unix platform, both applications return a file as a result, and I want to write a server for them. The server should do the following things: - Execute Application1 every 10 minutes - Run Aplication1 on demand. - Keep the last file returned by application 1 - Execute Aplication2 on demand. There would be three different types of clients (windows platform): * Client type 1: get the latest file returned by applition1 * Client type 2: run application1 and get the returned file * Client type 3: run application2 and get the returned file The estimated amount of connections at a time could be: -clients type 1: 100 -clients type 2: 2-3 -clients type 3: 2-3 Could anyone give me some light on it?
![](https://secure.gravatar.com/avatar/e1554622707bedd9202884900430b838.jpg?s=120&d=mm&r=g)
It sounds like you want some combination of twisted.internet.process and twisted.python.delay. Without knowing more about the specifics of your application it will be tough to help you. It's not clear, for example, what you mean by "on demand"... through a web interface? A GUI? A wearable device? On Wed, 2002-03-27 at 03:11, Joan Torres wrote:
-- | <`'> | Glyph Lefkowitz: Travelling Sorcerer | | < _/ > | Lead Developer, the Twisted project | | < ___/ > | http://www.twistedmatrix.com |
![](https://secure.gravatar.com/avatar/e1554622707bedd9202884900430b838.jpg?s=120&d=mm&r=g)
It sounds like you want some combination of twisted.internet.process and twisted.python.delay. Without knowing more about the specifics of your application it will be tough to help you. It's not clear, for example, what you mean by "on demand"... through a web interface? A GUI? A wearable device? On Wed, 2002-03-27 at 03:11, Joan Torres wrote:
-- | <`'> | Glyph Lefkowitz: Travelling Sorcerer | | < _/ > | Lead Developer, the Twisted project | | < ___/ > | http://www.twistedmatrix.com |
participants (2)
-
Glyph Lefkowitz
-
Joan Torres