Do they belong to you? Claim these comments.
Unregistered
aliases
- Scoundrel
- Scoundrel
- alexey
- Alexey Kovyrin
Scoundrel
Is this you? Claim Profile »
7 months ago
in Поразительное - БлоGнот on БлоGнот
У, херь какая... Приезжал этим летом в Киев - нормально там все было :-)
9 months ago
in Starting Over: Changed My Employer on Canada Blog: From Work Permit To Permanent Residence
2Marie: We've used one of the best (and most expensive) lawyers in Canada - http://www.gubermangarson.com/
10 months ago
in Small Tip: How to Enable ActiveRecord Logging in Merb on Homo-Adminus Blog
@Макс: единственное, что я его с AR использую - датамаппер как-то не прижился. Хотя есть места где и AR нету - просто запросы напрямую к базе.
10 months ago
in Small Tip: How to Enable ActiveRecord Logging in Merb on Homo-Adminus Blog
@Макс: да, используем его дня разнообразных backend APIs - аналитика считается, например, дерганьем сервера аналитики по http и передачей ему нужных параметров. А он там потом (после ответа) делает нужные селекты, инсерты и тп, обновляя summary tables. И куча разных других штук. Еще делал на прошлой работе хитрый домейнерский генератор сайтов, который работал именно на монгреле (там надо было ооочень много запросов в секунду на одной машине).
А чего у вас не вышло? Что именно не получалось?
А чего у вас не вышло? Что именно не получалось?
11 months ago
in Found an Ideal I/O Scheduler for my MySQL boxes on Homo-Adminus Blog
2Yordan: There were 8 separate threads in our "database load generation tool" (sphinx indexer) + some number of requests is being done from the site directly.
11 months ago
in Using Sphinx for Non-Fulltext Queries on Homo-Adminus Blog
2W. Andrew Loe III: No, for browse index we use documents' attributes only.
1 year ago
in 32bit VS 64bit - what do you use? on Homo-Adminus Blog
2cencio: Actually to start testing this platform I wanted to make sure at least a few large rails users would report that it works :-) Now I have enough information (EngineYard and few other large rails users have 64bit stuff and it obviously works well) and we're going to deploy our next app server on 64bit Ubuntu.
Anyways, thanks to all who answered.
Anyways, thanks to all who answered.
1 year ago
in 32bit VS 64bit - what do you use? on Homo-Adminus Blog
2cencio: Actually there were many rumors regarding stability of ruby and mongrel on x86_64 boxes, but all stuff I've tried worked well so now I'm looking for more real-life examples from other people to make a final decision of switching our multi-million pageviews/day application entirely to 64-bit.
1 year ago
in Puppet - Admin’s Best Friend on Homo-Adminus Blog
2DM: No, it works on backbone interface for me. First thing I did was assigning puppet master machine a name like puppet.local and adding an appropriate record to /etc/hosts. Then I've specified this name in /etc/puppetmasterd.conf:
[puppetmasterd]
reports = store,rrdgraph,tagmail,log
certname = puppet.local
1 year ago
in Dog-pile Effect and How to Avoid it with Ruby on Rails memcache-client Patch on Homo-Adminus Blog
2Chris: Of course, but what if your data has expired because it was too old?
1 year ago
in FastSessions Rails Plugin Released on Homo-Adminus Blog
I do not work with postgres, but patches are welcome :-)
1 year ago
in Обзор Типичных Конфигураций Для Nginx on Homo-Adminus Blog
2Fritzie: AFAIU, you need to enable mail support when you compile your nginx.
1 year ago
in Innodb Locks, ActiveRecord and acts_as_ferret Problem on Homo-Adminus Blog
2Michael: I've never filled it as a bug, cause' I wasn't sure that it is a bug. Feel free to file it in rails trac if you think it is.
1 year ago
in Innodb Locks, ActiveRecord and acts_as_ferret Problem on Homo-Adminus Blog
At this point we've just decided to stick to the technology we've used to. I mean both customer and me use sphinx in many places and sphinx integration process looks much easier for us at this moment.
1 year ago
in Innodb Locks, ActiveRecord and acts_as_ferret Problem on Homo-Adminus Blog
Frank,
AFAIU, they simply did not hear about nginx back then and started using what everyone else in Rails community was using - ferret. Later many people I know migrated away from ferret, but when our client was creating his service, ferret was one of the most popular SE solutions which have Ruby client libraries and/or Rails plugins.
AFAIU, they simply did not hear about nginx back then and started using what everyone else in Rails community was using - ferret. Later many people I know migrated away from ferret, but when our client was creating his service, ferret was one of the most popular SE solutions which have Ruby client libraries and/or Rails plugins.
1 year ago
in I, Robot! or Welcome to the 21st Century on Canada Blog: From Work Permit To Permanent Residence
2visa: Yes - we're using it few times a week and really impressed with the results!
1 year ago
in How To Obtain Work Permit For Information Technology Workers (IT) Workers? on Canada Blog: From Work Permit To Permanent Residence
2karthik: MegaLOL ;-) That is what I mentioned before...
1 year ago
in Using Nginx As Reverse-Proxy Server On High-Loaded Sites on Homo-Adminus Blog
Fritzie: Why would you like to use haproxy for balancing when nginx has its own embedded balancing feature?
1 year ago
in How To Obtain Work Permit For Information Technology Workers (IT) Workers? on Canada Blog: From Work Permit To Permanent Residence
2Luis: ;-) Don't blame people for bad English - not many people here in Canada have good English. Especially Indian/Arabic people - sometimes it is not possible to speak with them... Their accent and short/ugly sentences are killing me :-/
I understand that my English is really far from ideal, but at least I try to make it better...
I understand that my English is really far from ideal, but at least I try to make it better...
1 year ago
in Using Nginx, SSI and Memcache to Make Your Web Applications Faster on Homo-Adminus Blog
I don't remember what version I use ;-) AFAIR, it is something like 0.5.X (stable branch).
1 year ago
in Using X-Accel-Redirect Header With Nginx to Implement Controlled Downloads (with rails and php examples) on Homo-Adminus Blog
2si-rus: он реализуется родными средствами (if + regexp) в конфиге.
1 year ago
in MySQL Proxy Released on Homo-Adminus Blog
It monitors all mysql servers in cluster and checks replication state, replication delay, mysql and IP connectivity. When something happens with one of cluster nodes, MMM tries to keep cluster alive.
1 year ago
in MySQL Proxy Released on Homo-Adminus Blog
2Gerry: MMM is just monitoring/management software - it does not implements any load balancing - just high-availability.
As for using together - it is possible. For example, if your software could not use many reader connections or you want to balance your read load, you can join all reader IPs together and ask mysql-proxy to load-balance them.
As for using together - it is possible. For example, if your software could not use many reader connections or you want to balance your read load, you can join all reader IPs together and ask mysql-proxy to load-balance them.
1 year ago
in High-Performance Ruby On Rails Setups Test: mongrel vs lighttpd vs nginx on Homo-Adminus Blog
2Thomas: strange, nginx always has really flexible and pretty convenient logging system.
123...6Next