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

Convert platform to OSGI #226

Closed
laurentmuller opened this issue May 3, 2013 · 6 comments
Closed

Convert platform to OSGI #226

laurentmuller opened this issue May 3, 2013 · 6 comments

Comments

@laurentmuller
Copy link

The jna.jar is already OSGI (plugin) compatible but not the platform.jar. It's possible to make it?

@twall
Copy link
Contributor

twall commented May 3, 2013

Pull requests welcome.

On May 3, 2013, at 5:46 AM, laurentmuller wrote:

The jna.jar is already OSGI (plugin) compatible but not the platform.jar. It's possible to make it?


Reply to this email directly or view it on GitHub.

@brettwooldridge
Copy link
Contributor

This is listed as fixed in the changelog, I think it can be closed.

@bhamail
Copy link
Contributor

bhamail commented Dec 9, 2016 via email

@laurentmuller
Copy link
Author

For me it's OK.

@gsugambit
Copy link

gsugambit commented Dec 9, 2016 via email

@matthiasblaesing
Copy link
Member

Just as an info: The snapshots indeed lost the OSGI manifest information. This was caused by an update of the netbeans implementation build.xml. I'll push a fix today.

mstyura pushed a commit to mstyura/jna that referenced this issue Sep 9, 2024
…ive-access#226)


Motivation:

To ensure we have some "timely" delivering of packets and also to ensure
we do some sort of "pacing" to make things more stable we should auto
flush after we have written X number of bytes to the underlying Channel.
This will help to make transfers more stable and ensure we make
progress.

Modifications:

- Add a new builder option which allows to configure after how many bytes
we should auto flush
- Use a default of 20 * 1350 bytes for auto flush for now

Result:

Not depend channel writability for auto flush and also make things more
stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants