happyfish100 / happyfish100/fastdfs-client-java
fastdfs的默认client存在并发问题,这个有解决吗
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.6k
- Forks
- 891
- PR merge metrics
- No merged PRs in 30d
Description
client默认使用的是oio,阻塞io且没有连接池的支持,其实可以用nio,aio(java7),或者使用netty来提高性能的
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the default client’s OIO/blocking-I/O path and determine how connections are currently managed. Compare the issue’s proposed NIO, AIO, and Netty directions against the project’s existing API and compatibility constraints. Done should mean a chosen concurrency approach is implemented, documented, and covered by relevant concurrency or performance tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100