Michał Idzikowski

Results 73 comments of Michał Idzikowski

@agentzh - I don't know Chinese, but regarding your comment-question - newest browsers with File API allows to do uploading from breakpoint. Few JS libraries support it: - [Plupload](http://www.plupload.com/docs/Chunking) -...

So we need to wait, right? :)

@bjoe2k4 yes it have, but client need to implement few responses from Redis to fully support cluster. Redis have built in only semi-routing which tells client where to ask for...

I see only one is totally cluster-related but I don't understand a part of code there.... Looks like there are 2 hard-coded limits for cluster count (20) and nodes count...

Are you still developing this library? I'm asking because it has one very crucial feature for me, but I don't wonna use already deprecated library on prod :)

Sorry for offtopic on this issue. That’s great news, if there would be any change needed I’ll send some PR as solution proposal, not only feature requests :)

Można to zrealizować na 2 płaszczyznach. LMS mógłby mieć hooki do tego i w momencie zmiany czegokolwiek za pomocą Redis'a i jego pub/sub'a informować daemona napisanego np. w node.js o...

Jeszcze nie jest wydany, ale właśnie w porównaniu do 3 powinien być lżejszy, a sama 3 już była zoptymalizowana od czasów 2.8. Stoi też za tym dość duża firma, co...

Lua callbacks sounds just sexy. It will allow infinite features to be added. If lua callbacks implementation will have multiple-callback or callback chain (calling next callback given as argument) it...

When client disconnects in example we call `upstream:close()` and `client:close()` and those function probably call uv_close at the end which discards all write buffers.