Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Jun : UDP
| Subject: | UDP |
| Posted by: | "xtcsuk" (xtcsuk..@yahoo.co.uk) |
| Date: | Fri, 17 Jun 2005 08:50:34 |
Are calls are serialised in OnUPDRead event? What I'd like to clarify,
normal scenario in an OnUDPRead event method exists that does DB read/write
operations. Whilst UDP client is in the processing of one request will
another request interrupt its operation?
code snippet:
OnUDPRead
begin
doBelow;
end;
procedure doBelow;
begin
{DB read/write operation}
delete
insert
update
end;
regards
--
please remove _1 from email address.