Hari K T
Hari K T
As @izhutaev-sugarcrm mentioned it seems the only way is closing the session. If you don't need the session, may be good not to start the same. I am looking at...
Hm... that article seems copied from http://konrness.com/php5/how-to-prevent-blocking-php-requests/ :-/
Python goose https://github.com/grangier/python-goose/
@tmaiaroto interesting. I will ask you to make things as service. I am not sure whether it is right or wrong approach. But I feel SOA is nice. Application ->...
This looks like a wrong PR. Seems original one is send to https://github.com/g4code/Aura.Router . May be close this ?
Same for url : http://www.theguardian.com/football/blog/2015/apr/02/theo-walcotts-toils-loom-large-during-raheem-sterling-contract-stand-off
Let us look into 3.x . Does the below code work for you ? 1. ``` $select = $this->mysqlQueryFactory->newSelect() ->cols([ '*' ]) ->from('users') ->where("user_id = ?", 10) ->where("deleted = ?",...
Hey @donatj , There was a discussion about this over https://github.com/auraphp/Aura.SqlQuery/pull/142 . I don't force you to make changes and go with 3.x. You may want to consider alternatives like...