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

How to develop module ? #6

Open
tsybot opened this issue May 22, 2023 · 2 comments
Open

How to develop module ? #6

tsybot opened this issue May 22, 2023 · 2 comments

Comments

@tsybot
Copy link

tsybot commented May 22, 2023

How to develop module on c language for roxen server ? it possible ?

@grubba
Copy link
Member

grubba commented May 22, 2023

Developing a Roxen module in C is possible, but not something I would recommend.

The typical approach is to make a C/CMOD that just interfaces the required functionality, and to then use it from a Roxen module written in Pike.

@tsybot
Copy link
Author

tsybot commented May 26, 2023

Roxen server has some kind of thread parallelization when processing http requests
inside yourself? That is, can it process several http requests at the same time or only strictly one after the other? Can roxen server modules that are written in .pike be called to process more than 1 request at once? For example, 10 simultaneously sent http requests will be passed in turn to the module in turn one by one roxen server without using parallelization or using it?

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

2 participants