Re: handling multiple parallel request

2012-02-20 Thread Derek
On Feb 20, 11:32 pm, "rafiee.nima" wrote: > tnx alot > but actually my scenario dose not deal with user so I thing cookies do > not help a lot > suppose there are 3 airline counter which fill ticket forms and send > them to the cashier maybe  simultaneously  .forms are sent to the > cashier which

Re: handling multiple parallel request

2012-02-20 Thread rafiee.nima
tnx alot but actually my scenario dose not deal with user so I thing cookies do not help a lot suppose there are 3 airline counter which fill ticket forms and send them to the cashier maybe simultaneously .forms are sent to the cashier which is just a function in my view ,,I want to know how I ca

handling multiple parallel request

2012-02-19 Thread rafiee.nima
hi I want to develop a VIEW for cashier system which my receives multiple parallel form as request from deferent clients I want to know how can I handle these request ...is there any thing like queue in django tnx -- You received this message because you are subscribed to the Google Groups "Dj