Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async to Sync processing #59

Open
tbulensOpen opened this issue Feb 21, 2019 · 0 comments
Open

Async to Sync processing #59

tbulensOpen opened this issue Feb 21, 2019 · 0 comments

Comments

@tbulensOpen
Copy link

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
[email protected]

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant