Skip to content

Async to Sync processing #59

Description

@tbulensOpen

Hi, I been a Java/Groovy developer for many years. I am starting to learn python on my own.
I am experimenting on having an Async http server firing off a Synchronous process.
For example:
1) Http server receives a request to start Email download poller
2) Check to see if already started, if not, fire off an asynchronous email download poller that keeps running until stop request is received. The poller fires off a synchronous email download, that connect and downloads attachments.
3) Http server receives a request to stop email download poller.
4) Stops the asynchronous email download poller.

I don't care about the email stuff, I really trying to figure out Async to Sync calls and understand the Async libraries and how they work. Do you know anyone that can present such a topic?
I would be interested in attending, hopefully others would be interested in this subject.

Ted
tbulens@msn.com

Thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions